2 writes to StackState
System.Private.CoreLib (2)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
273StackState = stackState; 282StackState = StackState->Next;
24 references to StackState
System.Private.CoreLib (24)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (17)
257Debug.Assert(StackState != null); 261StackState->LeafExecutionContext = curThread._executionContext; 262StackState->LeafSynchronizationContext = curThread._synchronizationContext; 272stackState->Next = StackState; 282StackState = StackState->Next; 395state.StackState->TaskContinuation = taskCont; 431state.StackState->TaskContinuation = taskCont; 471state.StackState->TaskContinuation = taskCont; 488state.StackState->ValueTaskSourceContinuation = vtsCont; 530state.StackState->ValueTaskSourceContinuation = vtsCont; 559state.StackState->TaskContinuation = taskCont; 576state.StackState->ValueTaskSourceContinuation = vtsCont; 618state.StackState->ValueTaskSourceContinuation = vtsCont; 650state.StackState->TaskContinuation = taskCont; 681state.StackState->TaskContinuation = taskCont; 791RuntimeAsyncStackState* stackState = state.StackState; 1589state.StackState->TaskContinuation = taskCont;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.cs (7)
34state.StackState->Notifier = awaiter; 47state.StackState->AwaiterContinuation = &AwaiterOnCompletedFromContinuation<TAwaiter>; 48state.StackState->AwaiterOffset = offset; 85state.StackState->CriticalNotifier = RuntimeAsyncYielder.Instance; 89state.StackState->CriticalNotifier = awaiter; 104state.StackState->AwaiterContinuation = &UnsafeAwaiterOnCompletedFromContinuation<TAwaiter>; 105state.StackState->AwaiterOffset = offset;