8 writes to CachedTaskContinuation
System.Private.CoreLib (8)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (8)
319
t_runtimeAsyncAwaitState.
CachedTaskContinuation
= continuation;
376
state.
CachedTaskContinuation
= null;
412
state.
CachedTaskContinuation
= null;
463
state.
CachedTaskContinuation
= null;
551
state.
CachedTaskContinuation
= null;
640
state.
CachedTaskContinuation
= null;
671
state.
CachedTaskContinuation
= null;
1577
state.
CachedTaskContinuation
= null;
7 references to CachedTaskContinuation
System.Private.CoreLib (7)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (7)
373
RuntimeAsyncTaskContinuation? taskCont = state.
CachedTaskContinuation
;
409
RuntimeAsyncTaskContinuation? taskCont = state.
CachedTaskContinuation
;
460
RuntimeAsyncTaskContinuation? taskCont = state.
CachedTaskContinuation
;
548
RuntimeAsyncTaskContinuation? taskCont = state.
CachedTaskContinuation
;
637
RuntimeAsyncTaskContinuation? taskCont = state.
CachedTaskContinuation
;
668
RuntimeAsyncTaskContinuation? taskCont = state.
CachedTaskContinuation
;
1574
RuntimeAsyncTaskContinuation? taskCont = state.
CachedTaskContinuation
;