5 writes to Next
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
250
prevContinuation.
Next
= newContinuation;
260
prevContinuation.
Next
= newContinuation;
269
prevContinuation.
Next
= newContinuation;
371
sentinelContinuation.
Next
= null;
529
newContinuation.
Next
= nextContinuation;
8 references to Next
System.Private.CoreLib (8)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (8)
370
Continuation headContinuation = sentinelContinuation.
Next
!;
392
nc = nc.
Next
;
428
Continuation nextUserContinuation = headContinuation.
Next
!;
429
while ((nextUserContinuation.Flags & continueFlags) == 0 && nextUserContinuation.
Next
!= null)
431
nextUserContinuation = nextUserContinuation.
Next
;
465
nextCont = nextCont.
Next
;
504
Continuation? nextContinuation = curContinuation.
Next
;
636
continuation = continuation.
Next
;