6 writes to CacheSize
Microsoft.Extensions.Caching.Memory (6)
MemoryCache.cs (6)
195Interlocked.Add(ref coherentState.CacheSize, -priorEntry.Size); 217Interlocked.Add(ref coherentState.CacheSize, -entry.Size); 369Interlocked.Add(ref coherentState.CacheSize, -entry.Size); 576long original = Interlocked.CompareExchange(ref coherentState.CacheSize, committedSize, sizeRead); 870internal long Size => Volatile.Read(ref CacheSize); 884Interlocked.Add(ref CacheSize, -entry.Size);