2 writes to m_defaultContextAction
mscorlib (2)
system\runtime\compilerservices\AsyncMethodBuilder.cs (2)
938
m_defaultContextAction
= action = OutputAsyncCausalityEvents(taskForTracing, action);
942
m_defaultContextAction
= action;
2 references to m_defaultContextAction
mscorlib (2)
system\runtime\compilerservices\AsyncMethodBuilder.cs (2)
904
Contract.Assert(
m_defaultContextAction
== null || m_stateMachine != null,
924
action =
m_defaultContextAction
;