6 references to RuntimeAsyncStackState
System.Private.CoreLib (6)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (6)
218
public unsafe
RuntimeAsyncStackState
* Next;
252
public
RuntimeAsyncStackState
* StackState;
271
public void Push(
RuntimeAsyncStackState
* stackState)
415
RuntimeAsyncStackState
* stackState = state.StackState;
555
RuntimeAsyncStackState
stackState;
659
RuntimeAsyncStackState
stackState;