8 references to 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)
712
: this(EventSourceSettings.
EtwManifestEventFormat
)
728
: this(EventSourceSettings.
EtwManifestEventFormat
| (throwOnEventWriteErrors ? EventSourceSettings.ThrowOnEventWriteErrors : 0))
1613
: this(eventSourceName, eventSourceGuid, EventSourceSettings.
EtwManifestEventFormat
)
3852
const EventSourceSettings evtFormatMask = EventSourceSettings.
EtwManifestEventFormat
|
3871
Debug.Assert(((m_config & EventSourceSettings.
EtwManifestEventFormat
) != 0) !=