1 write to m_ExecutionContextBelongsToOuterScope
mscorlib (1)
system\threading\thread.cs (1)
371set { m_ExecutionContextBelongsToOuterScope = !value; }
1 reference to m_ExecutionContextBelongsToOuterScope
mscorlib (1)
system\threading\thread.cs (1)
370get { return !m_ExecutionContextBelongsToOuterScope; }