9 references to EtwManifestEventFormat
Microsoft.AspNetCore.ConcurrencyLimiter (1)
ConcurrencyLimiterEventSource.cs (1)
31: base(eventSourceName, EventSourceSettings.EtwManifestEventFormat)
Microsoft.AspNetCore.Hosting (2)
Internal\HostingEventSource.cs (2)
23: base("Microsoft.AspNetCore.Hosting", EventSourceSettings.EtwManifestEventFormat) 29: base(eventSourceName, EventSourceSettings.EtwManifestEventFormat)
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionsEventSource.cs (1)
31: base(eventSourceName, EventSourceSettings.EtwManifestEventFormat)
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (5)
724: this(EventSourceSettings.EtwManifestEventFormat) 740: this(EventSourceSettings.EtwManifestEventFormat | (throwOnEventWriteErrors ? EventSourceSettings.ThrowOnEventWriteErrors : 0)) 1614: this(eventSourceGuid, eventSourceName, EventSourceSettings.EtwManifestEventFormat) 3848const EventSourceSettings evtFormatMask = EventSourceSettings.EtwManifestEventFormat | 3867Debug.Assert(((m_config & EventSourceSettings.EtwManifestEventFormat) != 0) !=