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