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