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)
723
: this(EventSourceSettings.
EtwManifestEventFormat
)
739
: this(EventSourceSettings.
EtwManifestEventFormat
| (throwOnEventWriteErrors ? EventSourceSettings.ThrowOnEventWriteErrors : 0))
1613
: this(eventSourceGuid, eventSourceName, EventSourceSettings.
EtwManifestEventFormat
)
3836
const EventSourceSettings evtFormatMask = EventSourceSettings.
EtwManifestEventFormat
|
3855
Debug.Assert(((m_config & EventSourceSettings.
EtwManifestEventFormat
) != 0) !=