Skip to content

Commit d93a5ed

Browse files
Copilotjkotas
andcommitted
Remove redundant text from EtwManifestEventFormat documentation
Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com>
1 parent 2c1e34f commit d93a5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Diagnostics.Tracing/EventSourceSettings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
</ReturnValue>
138138
<MemberValue>4</MemberValue>
139139
<Docs>
140-
<summary>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 <see cref="T:System.Diagnostics.Tracing.EventSource" /> using one of the protected <see cref="T:System.Diagnostics.Tracing.EventSource" /> constructors. This format has lower per-event serialization overhead compared to <see cref="F:System.Diagnostics.Tracing.EventSourceSettings.EtwSelfDescribingEventFormat" />.</summary>
140+
<summary>The ETW listener should use a manifest-based format when raising events. This is the default option when defining a type derived from <see cref="T:System.Diagnostics.Tracing.EventSource" /> using one of the protected <see cref="T:System.Diagnostics.Tracing.EventSource" /> constructors. This format has lower per-event serialization overhead compared to <see cref="F:System.Diagnostics.Tracing.EventSourceSettings.EtwSelfDescribingEventFormat" />.</summary>
141141
</Docs>
142142
</Member>
143143
<Member MemberName="EtwSelfDescribingEventFormat">

0 commit comments

Comments
 (0)