5 references to ContinuationWrapperTable
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (5)
143
info.ContinuationTable = ref Unsafe.As<
ContinuationWrapperTable
, nint>(ref s_continuationWrappers);
162
ips[i] = Unsafe.Add(ref Unsafe.As<
ContinuationWrapperTable
, nint>(ref s_continuationWrappers), i);
359
private static unsafe
ContinuationWrapperTable
InitContinuationWrappers()
361
ContinuationWrapperTable
wrappers = default;
403
private static
ContinuationWrapperTable
s_continuationWrappers = InitContinuationWrappers();