3 writes to NextContinuation
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
454
dispatcherInfo.
NextContinuation
= TOps.MoveContinuationState(task);
464
dispatcherInfo.
NextContinuation
= nextContinuation;
501
dispatcherInfo.
NextContinuation
= handlerContinuation;
5 references to NextContinuation
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
459
Debug.Assert(dispatcherInfo.
NextContinuation
!= null);
462
Continuation curContinuation = dispatcherInfo.
NextContinuation
;
480
Continuation? handlerContinuation = UnwindToPossibleHandler(dispatcherInfo.
NextContinuation
);
504
if (dispatcherInfo.
NextContinuation
== null)
520
if (QueueContinuationFollowUpActionIfNecessary<T, TOps>(task, dispatcherInfo.
NextContinuation
))