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