4 references to RuntimeEventSource
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\AppContext.AnyOS.cs (2)
40
internal static void LogSwitchValues(
RuntimeEventSource
ev)
70
static 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)
27
internal static
RuntimeEventSource
Log { get; } = new RuntimeEventSource();