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