2 writes to _thread
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (2)
574_thread = currentThread; 604_thread = null;
5 references to _thread
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (5)
579if (_thread is null) 584if (Thread.CurrentThread != _thread) 620return _thread == obj._thread; 625return _thread?.GetHashCode() ?? 0;