3 writes to _thread
mscorlib (3)
system\threading\executioncontext.cs (3)
404_thread = currentThread; 414_thread = currentThread; 451_thread = null;
6 references to _thread
mscorlib (6)
system\threading\executioncontext.cs (6)
425if (_thread == null) 429if (_thread != Thread.CurrentThread) 457return _thread == null ? ToString().GetHashCode() : _thread.GetHashCode(); 474obj._thread == _thread;