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