12 references to EtwSelfDescribingEventFormat
Microsoft.Extensions.DependencyInjection (1)
DependencyInjectionEventSource.cs (1)
30private DependencyInjectionEventSource() : base(EventSourceSettings.EtwSelfDescribingEventFormat)
Microsoft.Extensions.Logging.EventSource (1)
LoggingEventSource.cs (1)
123private LoggingEventSource() : base(EventSourceSettings.EtwSelfDescribingEventFormat)
PresentationCore (2)
src\Microsoft.DotNet.Wpf\src\Shared\Telemetry\Managed\TelemetryEventSource.cs (2)
163EventSourceSettings.EtwSelfDescribingEventFormat, 178EventSourceSettings.EtwSelfDescribingEventFormat,
PresentationFramework (2)
src\Microsoft.DotNet.Wpf\src\Shared\Telemetry\Managed\TelemetryEventSource.cs (2)
163EventSourceSettings.EtwSelfDescribingEventFormat, 178EventSourceSettings.EtwSelfDescribingEventFormat,
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DiagnosticSourceEventSource.cs (1)
369: base(EventSourceSettings.EtwSelfDescribingEventFormat)
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
3780EventSourceSettings.EtwSelfDescribingEventFormat; 3788settings |= EventSourceSettings.EtwSelfDescribingEventFormat; 3799((m_config & EventSourceSettings.EtwSelfDescribingEventFormat) != 0)); 3800return (m_config & EventSourceSettings.EtwSelfDescribingEventFormat) != 0;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TraceLoggingEventSource.cs (1)
37: this(eventSourceName, EventSourceSettings.EtwSelfDescribingEventFormat)