5 writes to Next
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
178
prevContinuation.
Next
= newContinuation;
188
prevContinuation.
Next
= newContinuation;
197
prevContinuation.
Next
= newContinuation;
449
newContinuation.
Next
= nextContinuation;
534
sentinelContinuation.
Next
= null;
5 references to Next
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
441
Continuation? nextContinuation = curContinuation.
Next
;
514
continuation = continuation.
Next
;
533
Continuation headContinuation = sentinelContinuation.
Next
!;
573
ContinuationFlags continuationFlags = headContinuation.
Next
!.Flags;
586
headContinuation.
Next
!.Flags &= ~continueFlags;