3 writes to NextContinuation
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
498asyncDispatcherInfo.NextContinuation = MoveContinuationState(); 515asyncDispatcherInfo.NextContinuation = nextContinuation; 584asyncDispatcherInfo.NextContinuation = handlerContinuation;
5 references to NextContinuation
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
510Debug.Assert(asyncDispatcherInfo.NextContinuation != null); 511Continuation curContinuation = asyncDispatcherInfo.NextContinuation; 552Continuation? handlerContinuation = UnwindToPossibleHandler(asyncDispatcherInfo.NextContinuation, ex); 587if (asyncDispatcherInfo.NextContinuation == null) 612if (QueueContinuationFollowUpActionIfNecessary(asyncDispatcherInfo.NextContinuation))