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