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)
425
if (
_thread
== null)
429
if (
_thread
!= Thread.CurrentThread)
457
return
_thread
== null ? ToString().GetHashCode() :
_thread
.GetHashCode();
474
obj.
_thread
==
_thread
;