3 writes to NextContinuation
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
454dispatcherInfo.NextContinuation = TOps.MoveContinuationState(task); 464dispatcherInfo.NextContinuation = nextContinuation; 501dispatcherInfo.NextContinuation = handlerContinuation;
5 references to NextContinuation
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
459Debug.Assert(dispatcherInfo.NextContinuation != null); 462Continuation curContinuation = dispatcherInfo.NextContinuation; 480Continuation? handlerContinuation = UnwindToPossibleHandler(dispatcherInfo.NextContinuation); 504if (dispatcherInfo.NextContinuation == null) 520if (QueueContinuationFollowUpActionIfNecessary<T, TOps>(task, dispatcherInfo.NextContinuation))