3 writes to NextContinuation
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
455
asyncDispatcherInfo.
NextContinuation
= MoveContinuationState();
465
asyncDispatcherInfo.
NextContinuation
= nextContinuation;
502
asyncDispatcherInfo.
NextContinuation
= handlerContinuation;
5 references to NextContinuation
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
460
Debug.Assert(asyncDispatcherInfo.
NextContinuation
!= null);
463
Continuation curContinuation = asyncDispatcherInfo.
NextContinuation
;
481
Continuation? handlerContinuation = UnwindToPossibleHandler(asyncDispatcherInfo.
NextContinuation
, ex);
505
if (asyncDispatcherInfo.
NextContinuation
== null)
521
if (QueueContinuationFollowUpActionIfNecessary(asyncDispatcherInfo.
NextContinuation
))