1 write to threadLocalCompletionCountObject
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (1)
1289
threadLocalCompletionCountObject
= ThreadPool.GetOrCreateThreadLocalCompletionCountObject();
1 reference to threadLocalCompletionCountObject
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (1)
1087
object? threadLocalCompletionCountObject = tl.
threadLocalCompletionCountObject
;