diff --git a/xml/System.Diagnostics.Tracing/EventSourceSettings.xml b/xml/System.Diagnostics.Tracing/EventSourceSettings.xml
index 4a78df08fae..5b2f4ec3dcf 100644
--- a/xml/System.Diagnostics.Tracing/EventSourceSettings.xml
+++ b/xml/System.Diagnostics.Tracing/EventSourceSettings.xml
@@ -137,7 +137,7 @@
4
- The ETW listener should use a manifest-based format when raising events. Setting this option is a directive to the ETW listener should use manifest-based format when raising events. This is the default option when defining a type derived from using one of the protected constructors.
+ The ETW listener should use a manifest-based format when raising events. This is the default option when defining a type derived from using one of the protected constructors. This format has lower per-event serialization overhead compared to . For more information, see Self-describing vs. manifest event formats.
@@ -177,7 +177,7 @@
8
- The ETW listener should use self-describing event format. This is the default option when creating a new instance of the using one of the public constructors.
+ The ETW listener should use self-describing event format. This is the default option when creating a new instance of the using one of the public constructors. This format has more capabilities and better compatibility with listeners that don't use the TraceEvent library, but has higher per-event serialization overhead compared to . For more information, see Self-describing vs. manifest event formats.