6 writes to NextContinuation
System.Private.CoreLib (6)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (6)
504asyncDispatcherInfo.NextContinuation = MoveContinuationState(); 514asyncDispatcherInfo.NextContinuation = nextContinuation; 554asyncDispatcherInfo.NextContinuation = handlerContinuation; 601asyncDispatcherInfo.NextContinuation = MoveContinuationState(); 613asyncDispatcherInfo.NextContinuation = nextContinuation; 661asyncDispatcherInfo.NextContinuation = handlerContinuation;
13 references to NextContinuation
System.Private.CoreLib (13)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (13)
509Debug.Assert(asyncDispatcherInfo.NextContinuation != null); 512Continuation curContinuation = asyncDispatcherInfo.NextContinuation; 533Continuation? handlerContinuation = UnwindToPossibleHandler(asyncDispatcherInfo.NextContinuation, ex, ref unwindedFrames); 557if (asyncDispatcherInfo.NextContinuation == null) 573if (QueueContinuationFollowUpActionIfNecessary(asyncDispatcherInfo.NextContinuation)) 582SetContinuationState(asyncDispatcherInfo.NextContinuation); 608Debug.Assert(asyncDispatcherInfo.NextContinuation != null); 609Continuation curContinuation = asyncDispatcherInfo.NextContinuation; 636Continuation? handlerContinuation = UnwindToPossibleHandler(asyncDispatcherInfo.NextContinuation, ex, ref unwindedFrames); 664if (asyncDispatcherInfo.NextContinuation == null) 682if (QueueContinuationFollowUpActionIfNecessary(asyncDispatcherInfo.NextContinuation)) 1122if (info.NextContinuation != null) 1124Task.TryAddRuntimeAsyncContinuationChainTimestamps(info.NextContinuation, curContinuation);