12 references to EtwSelfDescribingEventFormat
Microsoft.Extensions.DependencyInjection (1)
DependencyInjectionEventSource.cs (1)
30private DependencyInjectionEventSource() : base(EventSourceSettings.EtwSelfDescribingEventFormat)
Microsoft.Extensions.Logging.EventSource (1)
LoggingEventSource.cs (1)
129private LoggingEventSource() : base(EventSourceSettings.EtwSelfDescribingEventFormat)
PresentationCore (2)
src\Microsoft.DotNet.Wpf\src\Shared\Telemetry\Managed\TelemetryEventSource.cs (2)
159internal TelemetryEventSource(string eventSourceName) : base(eventSourceName, EventSourceSettings.EtwSelfDescribingEventFormat, telemetryTraits) 169protected TelemetryEventSource() : base(EventSourceSettings.EtwSelfDescribingEventFormat, telemetryTraits)
PresentationFramework (2)
src\Microsoft.DotNet.Wpf\src\Shared\Telemetry\Managed\TelemetryEventSource.cs (2)
159internal TelemetryEventSource(string eventSourceName) : base(eventSourceName, EventSourceSettings.EtwSelfDescribingEventFormat, telemetryTraits) 169protected TelemetryEventSource() : base(EventSourceSettings.EtwSelfDescribingEventFormat, telemetryTraits)
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DiagnosticSourceEventSource.cs (1)
408: base(EventSourceSettings.EtwSelfDescribingEventFormat)
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
3849EventSourceSettings.EtwSelfDescribingEventFormat; 3857settings |= EventSourceSettings.EtwSelfDescribingEventFormat; 3868((m_config & EventSourceSettings.EtwSelfDescribingEventFormat) != 0)); 3869return (m_config & EventSourceSettings.EtwSelfDescribingEventFormat) != 0;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TraceLoggingEventSource.cs (1)
37: this(eventSourceName, EventSourceSettings.EtwSelfDescribingEventFormat)