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