6 writes to NextContinuation
System.Private.CoreLib (6)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (6)
564
asyncDispatcherInfo.
NextContinuation
= MoveContinuationState();
574
asyncDispatcherInfo.
NextContinuation
= nextContinuation;
615
asyncDispatcherInfo.
NextContinuation
= handlerContinuation;
668
asyncDispatcherInfo.
NextContinuation
= MoveContinuationState();
680
asyncDispatcherInfo.
NextContinuation
= nextContinuation;
730
asyncDispatcherInfo.
NextContinuation
= handlerContinuation;
15 references to NextContinuation
System.Private.CoreLib (15)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (14)
569
Debug.Assert(asyncDispatcherInfo.
NextContinuation
!= null);
572
Continuation curContinuation = asyncDispatcherInfo.
NextContinuation
;
595
Continuation? handlerContinuation = UnwindToPossibleHandler(asyncDispatcherInfo.
NextContinuation
, ex, ref unwindedFrames);
618
if (asyncDispatcherInfo.
NextContinuation
== null)
633
if (QueueContinuationFollowUpActionIfNecessary(asyncDispatcherInfo.
NextContinuation
))
642
SetContinuationState(asyncDispatcherInfo.
NextContinuation
);
675
Debug.Assert(asyncDispatcherInfo.
NextContinuation
!= null);
676
Continuation curContinuation = asyncDispatcherInfo.
NextContinuation
;
706
Continuation? handlerContinuation = UnwindToPossibleHandler(asyncDispatcherInfo.
NextContinuation
, ex, ref unwindedFrames);
733
if (asyncDispatcherInfo.
NextContinuation
== null)
750
if (QueueContinuationFollowUpActionIfNecessary(asyncDispatcherInfo.
NextContinuation
))
752
RuntimeAsyncInstrumentationHelpers.QueueSuspendedRuntimeAsyncContext(ref asyncDispatcherInfo, flags, curContinuation, asyncDispatcherInfo.
NextContinuation
);
1370
if (info.
NextContinuation
!= null)
1372
Task.TryAddRuntimeAsyncContinuationChainTimestamps(info.
NextContinuation
, curContinuation);
src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (1)
78
AsyncCallstack.EmitEvent(context, currentTimestamp, id, info.
NextContinuation
);