3 writes to NextContinuation
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
432
dispatcherInfo.
NextContinuation
= TOps.GetContinuationState(task);
442
dispatcherInfo.
NextContinuation
= nextContinuation;
479
dispatcherInfo.
NextContinuation
= handlerContinuation;
5 references to NextContinuation
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
437
Debug.Assert(dispatcherInfo.
NextContinuation
!= null);
440
Continuation curContinuation = dispatcherInfo.
NextContinuation
;
458
Continuation? handlerContinuation = UnwindToPossibleHandler(dispatcherInfo.
NextContinuation
);
482
if (dispatcherInfo.
NextContinuation
== null)
498
if (QueueContinuationFollowUpActionIfNecessary<T, TOps>(task, dispatcherInfo.
NextContinuation
))