3 writes to NextContinuation
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
488
asyncDispatcherInfo.
NextContinuation
= MoveContinuationState();
505
asyncDispatcherInfo.
NextContinuation
= nextContinuation;
574
asyncDispatcherInfo.
NextContinuation
= handlerContinuation;
5 references to NextContinuation
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
500
Debug.Assert(asyncDispatcherInfo.
NextContinuation
!= null);
501
Continuation curContinuation = asyncDispatcherInfo.
NextContinuation
;
542
Continuation? handlerContinuation = UnwindToPossibleHandler(asyncDispatcherInfo.
NextContinuation
, ex);
577
if (asyncDispatcherInfo.
NextContinuation
== null)
602
if (QueueContinuationFollowUpActionIfNecessary(asyncDispatcherInfo.
NextContinuation
))