1 write to threadLocals
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (1)
548
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)
541
ThreadPoolWorkQueueThreadLocals.
threadLocals
?? CreateThreadLocals();
546
Debug.Assert(ThreadPoolWorkQueueThreadLocals.
threadLocals
== null);
588
if (!forceGlobal && (tl = ThreadPoolWorkQueueThreadLocals.
threadLocals
) != null)
595
s_assignableWorkItemQueueCount > 0 && (tl = ThreadPoolWorkQueueThreadLocals.
threadLocals
) != null
609
ThreadPoolWorkQueueThreadLocals? tl = ThreadPoolWorkQueueThreadLocals.
threadLocals
;
656
if (ThreadPoolWorkQueueThreadLocals.
threadLocals
is not ThreadPoolWorkQueueThreadLocals tl)
695
ThreadPoolWorkQueueThreadLocals? tl = ThreadPoolWorkQueueThreadLocals.
threadLocals
;