5 writes to Next
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
258
prevContinuation.
Next
= newContinuation;
269
prevContinuation.
Next
= newContinuation;
279
prevContinuation.
Next
= newContinuation;
381
sentinelContinuation.
Next
= null;
539
newContinuation.
Next
= nextContinuation;
8 references to Next
System.Private.CoreLib (8)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (8)
380
Continuation headContinuation = sentinelContinuation.
Next
!;
402
nc = nc.
Next
;
438
Continuation nextUserContinuation = headContinuation.
Next
!;
439
while ((nextUserContinuation.Flags & continueFlags) == 0 && nextUserContinuation.
Next
!= null)
441
nextUserContinuation = nextUserContinuation.
Next
;
475
nextCont = nextCont.
Next
;
514
Continuation? nextContinuation = curContinuation.
Next
;
646
continuation = continuation.
Next
;