2 writes to t_currentThread
System.Private.CoreLib (2)
System\Threading\Thread.NativeAot.cs (2)
109t_currentThread = currentThread; 413t_currentThread = thread;
4 references to t_currentThread
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
366return t_currentThread ?? InitializeCurrentThread(); 391Thread? thread = t_currentThread;
System\Threading\Thread.NativeAot.cs (1)
89Debug.Assert(t_currentThread == null);
System\Threading\Thread.NativeAot.Unix.cs (1)
49Thread? currentThread = t_currentThread;