7 references to m_coreState
mscorlib (7)
system\runtime\compilerservices\AsyncMethodBuilder.cs (7)
98m_coreState.SetStateMachine(stateMachine); // argument validation handled by AsyncMethodBuilderCore 116var continuation = m_coreState.GetCompletionAction(AsyncCausalityTracer.LoggingOn ? this.Task : null, ref runnerToInitialize); 120if (m_coreState.m_stateMachine == null) 128m_coreState.PostBoxInitialization(stateMachine, runnerToInitialize, null); 162var continuation = m_coreState.GetCompletionAction(AsyncCausalityTracer.LoggingOn ? this.Task : null, ref runnerToInitialize); 166if (m_coreState.m_stateMachine == null) 174m_coreState.PostBoxInitialization(stateMachine, runnerToInitialize, null);