6 writes to _cacheSize
Microsoft.Extensions.Caching.Memory (6)
MemoryCache.cs (6)
190Interlocked.Add(ref coherentState._cacheSize, -priorEntry.Size); 212Interlocked.Add(ref coherentState._cacheSize, -entry.Size); 364Interlocked.Add(ref coherentState._cacheSize, -entry.Size); 571long original = Interlocked.CompareExchange(ref coherentState._cacheSize, committedSize, sizeRead); 851internal long Size => Volatile.Read(ref _cacheSize); 865Interlocked.Add(ref _cacheSize, -entry.Size);