7 references to ContinuationWrapper
System.Private.CoreLib (7)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (4)
1670
AsyncProfiler.
ContinuationWrapper
.UnwindIndex(ref info.AsyncProfilerInfo, unwindedFrames);
1691
AsyncProfiler.
ContinuationWrapper
.UnwindIndex(ref info.AsyncProfilerInfo, unwindedFrames);
1735
AsyncProfiler.
ContinuationWrapper
.IncrementIndex(ref info.AsyncProfilerInfo);
1749
return AsyncProfiler.
ContinuationWrapper
.Dispatch(ref info, curContinuation, ref resultLoc);
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (1)
97
byte wrapperIndex = (byte)(info.AsyncProfilerInfo.ContinuationIndex &
ContinuationWrapper
.COUNT_MASK);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.cs (2)
176
ContinuationWrapper
.InitInfo(ref info);
259
payloadSpan[payloadSpanIndex++] =
ContinuationWrapper
.COUNT;