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