3 writes to NextContinuation
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
444
asyncDispatcherInfo.
NextContinuation
= MoveContinuationState();
454
asyncDispatcherInfo.
NextContinuation
= nextContinuation;
491
asyncDispatcherInfo.
NextContinuation
= handlerContinuation;
5 references to NextContinuation
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
449
Debug.Assert(asyncDispatcherInfo.
NextContinuation
!= null);
452
Continuation curContinuation = asyncDispatcherInfo.
NextContinuation
;
470
Continuation? handlerContinuation = UnwindToPossibleHandler(asyncDispatcherInfo.
NextContinuation
);
494
if (asyncDispatcherInfo.
NextContinuation
== null)
510
if (QueueContinuationFollowUpActionIfNecessary(asyncDispatcherInfo.
NextContinuation
))