6 writes to NextContinuation
System.Private.CoreLib (6)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (6)
504
asyncDispatcherInfo.
NextContinuation
= MoveContinuationState();
514
asyncDispatcherInfo.
NextContinuation
= nextContinuation;
554
asyncDispatcherInfo.
NextContinuation
= handlerContinuation;
601
asyncDispatcherInfo.
NextContinuation
= MoveContinuationState();
613
asyncDispatcherInfo.
NextContinuation
= nextContinuation;
661
asyncDispatcherInfo.
NextContinuation
= handlerContinuation;
13 references to NextContinuation
System.Private.CoreLib (13)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (13)
509
Debug.Assert(asyncDispatcherInfo.
NextContinuation
!= null);
512
Continuation curContinuation = asyncDispatcherInfo.
NextContinuation
;
533
Continuation? handlerContinuation = UnwindToPossibleHandler(asyncDispatcherInfo.
NextContinuation
, ex, ref unwindedFrames);
557
if (asyncDispatcherInfo.
NextContinuation
== null)
573
if (QueueContinuationFollowUpActionIfNecessary(asyncDispatcherInfo.
NextContinuation
))
582
SetContinuationState(asyncDispatcherInfo.
NextContinuation
);
608
Debug.Assert(asyncDispatcherInfo.
NextContinuation
!= null);
609
Continuation curContinuation = asyncDispatcherInfo.
NextContinuation
;
636
Continuation? handlerContinuation = UnwindToPossibleHandler(asyncDispatcherInfo.
NextContinuation
, ex, ref unwindedFrames);
664
if (asyncDispatcherInfo.
NextContinuation
== null)
682
if (QueueContinuationFollowUpActionIfNecessary(asyncDispatcherInfo.
NextContinuation
))
1122
if (info.
NextContinuation
!= null)
1124
Task.TryAddRuntimeAsyncContinuationChainTimestamps(info.
NextContinuation
, curContinuation);