2 instantiations of MoveNextRunner
mscorlib (2)
system\runtime\compilerservices\AsyncMethodBuilder.cs (2)
933runner = new MoveNextRunner(capturedContext, m_stateMachine); 949runner = new MoveNextRunner(capturedContext, m_stateMachine);
9 references to MoveNextRunner
mscorlib (9)
system\runtime\compilerservices\AsyncMethodBuilder.cs (9)
115AsyncMethodBuilderCore.MoveNextRunner runnerToInitialize = null; 161AsyncMethodBuilderCore.MoveNextRunner runnerToInitialize = null; 502AsyncMethodBuilderCore.MoveNextRunner runnerToInitialize = null; 542AsyncMethodBuilderCore.MoveNextRunner runnerToInitialize = null; 902internal Action GetCompletionAction(Task taskForTracing, ref MoveNextRunner runnerToInitialize) 920MoveNextRunner runner; 981internal void PostBoxInitialization(IAsyncStateMachine stateMachine, MoveNextRunner runner, Task builtTask) 1134var runner = target as AsyncMethodBuilderCore.MoveNextRunner;