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