2 writes to StackState
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
274StackState = stackState; 283StackState = StackState->Next;
11 references to StackState
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.cs (2)
32state.StackState->Notifier = awaiter; 52state.StackState->CriticalNotifier = awaiter;
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (9)
261Debug.Assert(StackState != null); 265StackState->LeafExecutionContext = curThread._executionContext; 266StackState->LeafSynchronizationContext = curThread._synchronizationContext; 273stackState->Next = StackState; 282StackState->Pop(CurrentThread); 283StackState = StackState->Next; 352state.StackState->TaskNotifier = t; 356state.StackState->ValueTaskSourceNotifier = (ValueTaskSourceNotifier)o; 415RuntimeAsyncStackState* stackState = state.StackState;