6 references to ContinuationWrapper
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.cs (2)
54ContinuationWrapper.InitInfo(ref info); 110long[] wrapperIPs = ContinuationWrapper.GetContinuationWrapperIPs();
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (4)
1263AsyncProfiler.ContinuationWrapper.UnwindIndex(ref info.AsyncProfilerInfo, unwindedFrames); 1284AsyncProfiler.ContinuationWrapper.UnwindIndex(ref info.AsyncProfilerInfo, unwindedFrames); 1323AsyncProfiler.ContinuationWrapper.IncrementIndex(ref info.AsyncProfilerInfo); 1345return AsyncProfiler.ContinuationWrapper.Dispatch(ref info, curContinuation, ref resultLoc);