3 writes to NextContinuation
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
488asyncDispatcherInfo.NextContinuation = MoveContinuationState(); 505asyncDispatcherInfo.NextContinuation = nextContinuation; 574asyncDispatcherInfo.NextContinuation = handlerContinuation;
5 references to NextContinuation
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
500Debug.Assert(asyncDispatcherInfo.NextContinuation != null); 501Continuation curContinuation = asyncDispatcherInfo.NextContinuation; 542Continuation? handlerContinuation = UnwindToPossibleHandler(asyncDispatcherInfo.NextContinuation, ex); 577if (asyncDispatcherInfo.NextContinuation == null) 602if (QueueContinuationFollowUpActionIfNecessary(asyncDispatcherInfo.NextContinuation))