6 writes to _cacheSize
Microsoft.Extensions.Caching.Memory (6)
MemoryCache.cs (6)
182Interlocked.Add(ref coherentState._cacheSize, -entry.Size + (priorEntry?.Size).GetValueOrDefault()); 278Interlocked.Add(ref coherentState._cacheSize, -entry.Size); 462long original = Interlocked.CompareExchange(ref coherentState._cacheSize, newSize, sizeRead); 721internal long Size => Volatile.Read(ref _cacheSize); 731Interlocked.Add(ref _cacheSize, -entry.Size); 740Interlocked.Add(ref _cacheSize, -entry.Size);