5 references to EnableEvents
Microsoft.AspNetCore.Hosting.Tests (3)
HostingApplicationDiagnosticsTests.cs (2)
47
eventListener.
EnableEvents
(hostingEventSource, EventLevel.Informational, EventKeywords.None,
156
eventListener.
EnableEvents
(hostingEventSource, EventLevel.Informational, EventKeywords.None,
Internal\HostingEventSourceTests.cs (1)
206
eventListener.
EnableEvents
(hostingEventSource, EventLevel.Informational, EventKeywords.None,
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventListener.cs (1)
170
EnableEvents
(eventSource, level, matchAnyKeyword, null);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\XplatEventLogger.cs (1)
160
EnableEvents
(eventSource, EventLevel.LogAlways, EventKeywords.All, null);