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