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)
562if (_thread is null) 567if (Thread.CurrentThread != _thread) 603return _thread == obj._thread; 608return _thread?.GetHashCode() ?? 0;