3 writes to NextContinuation
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
446
asyncDispatcherInfo.
NextContinuation
= MoveContinuationState();
456
asyncDispatcherInfo.
NextContinuation
= nextContinuation;
493
asyncDispatcherInfo.
NextContinuation
= handlerContinuation;
5 references to NextContinuation
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
451
Debug.Assert(asyncDispatcherInfo.
NextContinuation
!= null);
454
Continuation curContinuation = asyncDispatcherInfo.
NextContinuation
;
472
Continuation? handlerContinuation = UnwindToPossibleHandler(asyncDispatcherInfo.
NextContinuation
);
496
if (asyncDispatcherInfo.
NextContinuation
== null)
512
if (QueueContinuationFollowUpActionIfNecessary(asyncDispatcherInfo.
NextContinuation
))