4 references to ContinuationWrapperTable
System.Private.CoreLib (4)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (4)
256
info.ContinuationTable = ref Unsafe.As<
ContinuationWrapperTable
, nint>(ref s_continuationWrappers);
462
private static unsafe
ContinuationWrapperTable
InitContinuationWrappers()
464
ContinuationWrapperTable
wrappers = default;
506
private static
ContinuationWrapperTable
s_continuationWrappers = InitContinuationWrappers();