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