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