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