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