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