2 writes to s_continuationWrappers
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (2)
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);