1 instantiation of AsyncProfilerEventSource
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfilerEventSource.cs (1)
15
public static readonly AsyncProfilerEventSource Log = new
AsyncProfilerEventSource
();
3 references to AsyncProfilerEventSource
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncInstrumentation.cs (1)
85
_ =
AsyncProfilerEventSource
.Log; // Touch AsyncProfilerEventSource to trigger static constructor which will initialize async profiler flags if EventSource is supported.
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.cs (1)
10
using static System.Runtime.CompilerServices.
AsyncProfilerEventSource
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfilerEventSource.cs (1)
15
public static readonly
AsyncProfilerEventSource
Log = new AsyncProfilerEventSource();