6 references to RuntimeAsyncStackState
System.Private.CoreLib (6)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (6)
233
public unsafe
RuntimeAsyncStackState
* Next;
248
public
RuntimeAsyncStackState
* StackState;
268
public void Push(
RuntimeAsyncStackState
* stackState)
791
RuntimeAsyncStackState
* stackState = state.StackState;
948
RuntimeAsyncStackState
stackState;
1067
RuntimeAsyncStackState
stackState;