5 references to
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)
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DiagnosticSourceEventSource.cs (1)
408
:
base
(EventSourceSettings.EtwSelfDescribingEventFormat)
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
724
:
this
(EventSourceSettings.EtwManifestEventFormat)
740
:
this
(EventSourceSettings.EtwManifestEventFormat | (throwOnEventWriteErrors ? EventSourceSettings.ThrowOnEventWriteErrors : 0))