3 writes to NextContinuation
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
455asyncDispatcherInfo.NextContinuation = MoveContinuationState(); 465asyncDispatcherInfo.NextContinuation = nextContinuation; 502asyncDispatcherInfo.NextContinuation = handlerContinuation;
5 references to NextContinuation
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
460Debug.Assert(asyncDispatcherInfo.NextContinuation != null); 463Continuation curContinuation = asyncDispatcherInfo.NextContinuation; 481Continuation? handlerContinuation = UnwindToPossibleHandler(asyncDispatcherInfo.NextContinuation, ex); 505if (asyncDispatcherInfo.NextContinuation == null) 521if (QueueContinuationFollowUpActionIfNecessary(asyncDispatcherInfo.NextContinuation))