2 writes to _thread
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (2)
557
_thread
= currentThread;
587
_thread
= null;
5 references to _thread
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (5)
562
if (
_thread
is null)
567
if (Thread.CurrentThread !=
_thread
)
603
return
_thread
== obj.
_thread
;
608
return
_thread
?.GetHashCode() ?? 0;