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