2 writes to _thread
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (2)
572
_thread
= currentThread;
602
_thread
= null;
5 references to _thread
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (5)
577
if (
_thread
is null)
582
if (Thread.CurrentThread !=
_thread
)
618
return
_thread
== obj.
_thread
;
623
return
_thread
?.GetHashCode() ?? 0;