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