4 references to _countsOfThreadsProcessingUserCallbacks
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerTracking.cs (4)
15CountsOfThreadsProcessingUserCallbacks counts = _countsOfThreadsProcessingUserCallbacks; 29_countsOfThreadsProcessingUserCallbacks.InterlockedCompareExchange(newCounts, counts); 41CountsOfThreadsProcessingUserCallbacks counts = _countsOfThreadsProcessingUserCallbacks; 48_countsOfThreadsProcessingUserCallbacks.InterlockedCompareExchange(newCounts, counts);