3 writes to NextContinuation
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
446asyncDispatcherInfo.NextContinuation = MoveContinuationState(); 456asyncDispatcherInfo.NextContinuation = nextContinuation; 493asyncDispatcherInfo.NextContinuation = handlerContinuation;
5 references to NextContinuation
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
451Debug.Assert(asyncDispatcherInfo.NextContinuation != null); 454Continuation curContinuation = asyncDispatcherInfo.NextContinuation; 472Continuation? handlerContinuation = UnwindToPossibleHandler(asyncDispatcherInfo.NextContinuation); 496if (asyncDispatcherInfo.NextContinuation == null) 512if (QueueContinuationFollowUpActionIfNecessary(asyncDispatcherInfo.NextContinuation))