4 references to RuntimeEventSource
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\AppContext.AnyOS.cs (2)
40internal static void LogSwitchValues(RuntimeEventSource ev) 70static void LogDataStore(RuntimeEventSource ev, Dictionary<string, bool>? switches)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
3892_ = RuntimeEventSource.Log;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\RuntimeEventSource.cs (1)
27internal static RuntimeEventSource Log { get; } = new RuntimeEventSource();