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