3 writes to NextContinuation
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
432dispatcherInfo.NextContinuation = TOps.GetContinuationState(task); 442dispatcherInfo.NextContinuation = nextContinuation; 479dispatcherInfo.NextContinuation = handlerContinuation;
5 references to NextContinuation
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
437Debug.Assert(dispatcherInfo.NextContinuation != null); 440Continuation curContinuation = dispatcherInfo.NextContinuation; 458Continuation? handlerContinuation = UnwindToPossibleHandler(dispatcherInfo.NextContinuation); 482if (dispatcherInfo.NextContinuation == null) 498if (QueueContinuationFollowUpActionIfNecessary<T, TOps>(task, dispatcherInfo.NextContinuation))