7 writes to TaskContinuation
System.Private.CoreLib (7)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (7)
395
state.StackState->
TaskContinuation
= taskCont;
431
state.StackState->
TaskContinuation
= taskCont;
471
state.StackState->
TaskContinuation
= taskCont;
559
state.StackState->
TaskContinuation
= taskCont;
650
state.StackState->
TaskContinuation
= taskCont;
681
state.StackState->
TaskContinuation
= taskCont;
1589
state.StackState->
TaskContinuation
= taskCont;
1 reference to TaskContinuation
System.Private.CoreLib (1)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
827
else if (stackState->
TaskContinuation
is { } taskCont)