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