4 writes to _inCacheManagerThread
System.Runtime.Caching (4)
System\Caching\MemoryCacheStatistics.cs (4)
205
if (Interlocked.Exchange(ref
_inCacheManagerThread
, 1) != 0)
249
Interlocked.Exchange(ref
_inCacheManagerThread
, 0);
294
while (Interlocked.Exchange(ref
_inCacheManagerThread
, 1) != 0) {
310
Interlocked.Exchange(ref
_inCacheManagerThread
, 0);
1 reference to _inCacheManagerThread
System.Runtime.Caching (1)
System\Caching\MemoryCacheStatistics.cs (1)
262
while (
_inCacheManagerThread
!= 0) {