3 writes to NextContinuation
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
444asyncDispatcherInfo.NextContinuation = MoveContinuationState(); 454asyncDispatcherInfo.NextContinuation = nextContinuation; 491asyncDispatcherInfo.NextContinuation = handlerContinuation;
5 references to NextContinuation
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
449Debug.Assert(asyncDispatcherInfo.NextContinuation != null); 452Continuation curContinuation = asyncDispatcherInfo.NextContinuation; 470Continuation? handlerContinuation = UnwindToPossibleHandler(asyncDispatcherInfo.NextContinuation); 494if (asyncDispatcherInfo.NextContinuation == null) 510if (QueueContinuationFollowUpActionIfNecessary(asyncDispatcherInfo.NextContinuation))