1 write to threadLocals
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (1)
594
return ThreadPoolWorkQueueThreadLocals.
threadLocals
= new ThreadPoolWorkQueueThreadLocals(this);
7 references to threadLocals
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (7)
587
ThreadPoolWorkQueueThreadLocals.
threadLocals
?? CreateThreadLocals();
592
Debug.Assert(ThreadPoolWorkQueueThreadLocals.
threadLocals
== null);
647
if (!forceGlobal && (tl = ThreadPoolWorkQueueThreadLocals.
threadLocals
) != null)
654
s_assignableWorkItemQueueCount > 0 && (tl = ThreadPoolWorkQueueThreadLocals.
threadLocals
) != null
668
ThreadPoolWorkQueueThreadLocals? tl = ThreadPoolWorkQueueThreadLocals.
threadLocals
;
718
if (ThreadPoolWorkQueueThreadLocals.
threadLocals
is not ThreadPoolWorkQueueThreadLocals tl)
764
ThreadPoolWorkQueueThreadLocals? tl = ThreadPoolWorkQueueThreadLocals.
threadLocals
;