7 references to m_coreState
mscorlib (7)
system\runtime\compilerservices\AsyncMethodBuilder.cs (7)
485
m_coreState
.SetStateMachine(stateMachine); // argument validation handled by AsyncMethodBuilderCore
503
var continuation =
m_coreState
.GetCompletionAction(AsyncCausalityTracer.LoggingOn ? this.Task : null, ref runnerToInitialize);
507
if (
m_coreState
.m_stateMachine == null)
516
m_coreState
.PostBoxInitialization(stateMachine, runnerToInitialize, builtTask);
543
var continuation =
m_coreState
.GetCompletionAction(AsyncCausalityTracer.LoggingOn ? this.Task : null, ref runnerToInitialize);
547
if (
m_coreState
.m_stateMachine == null)
556
m_coreState
.PostBoxInitialization(stateMachine, runnerToInitialize, builtTask);