6 writes to NextContinuation
System.Private.CoreLib (6)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (6)
959
asyncDispatcherInfo.
NextContinuation
= MoveContinuationState();
969
asyncDispatcherInfo.
NextContinuation
= nextContinuation;
1016
asyncDispatcherInfo.
NextContinuation
= handlerContinuation;
1078
asyncDispatcherInfo.
NextContinuation
= MoveContinuationState();
1090
asyncDispatcherInfo.
NextContinuation
= nextContinuation;
1148
asyncDispatcherInfo.
NextContinuation
= handlerContinuation;
13 references to NextContinuation
System.Private.CoreLib (13)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (12)
964
Debug.Assert(asyncDispatcherInfo.
NextContinuation
!= null);
967
Continuation curContinuation = asyncDispatcherInfo.
NextContinuation
;
995
Continuation? handlerContinuation = UnwindToPossibleHandler(asyncDispatcherInfo.
NextContinuation
, ex, ref unwindedFrames);
1019
if (asyncDispatcherInfo.
NextContinuation
== null)
1035
if (QueueContinuationFollowUpActionIfNecessary(asyncDispatcherInfo.
NextContinuation
))
1047
SetContinuationState(asyncDispatcherInfo.
NextContinuation
);
1085
Debug.Assert(asyncDispatcherInfo.
NextContinuation
!= null);
1086
Continuation curContinuation = asyncDispatcherInfo.
NextContinuation
;
1123
Continuation? handlerContinuation = UnwindToPossibleHandler(asyncDispatcherInfo.
NextContinuation
, ex, ref unwindedFrames);
1151
if (asyncDispatcherInfo.
NextContinuation
== null)
1169
if (QueueContinuationFollowUpActionIfNecessary(asyncDispatcherInfo.
NextContinuation
))
1171
RuntimeAsyncInstrumentationHelpers.QueueSuspendedRuntimeAsyncContext(ref asyncDispatcherInfo, flags, asyncDispatcherInfo.
NextContinuation
);
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (1)
105
AsyncCallstack.EmitResumeEvent(context, currentTimestamp, dispatcherId, wrapperIndex, info.
NextContinuation
);