6 writes to _cacheSize
Microsoft.Extensions.Caching.Memory (6)
MemoryCache.cs (6)
174Interlocked.Add(ref coherentState._cacheSize, -priorEntry.Size); 195Interlocked.Add(ref coherentState._cacheSize, -entry.Size); 290Interlocked.Add(ref coherentState._cacheSize, -entry.Size); 466long original = Interlocked.CompareExchange(ref coherentState._cacheSize, newSize, sizeRead); 669internal long Size => Volatile.Read(ref _cacheSize); 677Interlocked.Add(ref _cacheSize, -entry.Size);