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