1 write to t_currentThread
System.Private.CoreLib (1)
src\System\Threading\Thread.CoreCLR.cs (1)
159return t_currentThread = thread!;
2 references to t_currentThread
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
373return t_currentThread ?? InitializeCurrentThread(); 398Thread? thread = t_currentThread;