4 writes to m_ExecutionContext
mscorlib (4)
system\threading\thread.cs (4)
408m_ExecutionContext = new ExecutionContext(); 413m_ExecutionContext = copy; 424m_ExecutionContext = value; 432m_ExecutionContext = value.DangerousGetRawExecutionContext();
5 references to m_ExecutionContext
mscorlib (5)
system\threading\thread.cs (5)
365return new ExecutionContext.Reader(m_ExecutionContext); 392result = m_ExecutionContext; 406if (m_ExecutionContext == null) 412ExecutionContext copy = m_ExecutionContext.CreateMutableCopy(); 417return m_ExecutionContext;