5 writes to Next
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
186
prevContinuation.
Next
= newContinuation;
196
prevContinuation.
Next
= newContinuation;
205
prevContinuation.
Next
= newContinuation;
471
newContinuation.
Next
= nextContinuation;
556
sentinelContinuation.
Next
= null;
5 references to Next
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
463
Continuation? nextContinuation = curContinuation.
Next
;
536
continuation = continuation.
Next
;
555
Continuation headContinuation = sentinelContinuation.
Next
!;
595
ContinuationFlags continuationFlags = headContinuation.
Next
!.Flags;
608
headContinuation.
Next
!.Flags &= ~continueFlags;