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)
577if (_thread is null) 582if (Thread.CurrentThread != _thread) 618return _thread == obj._thread; 623return _thread?.GetHashCode() ?? 0;