2 writes to _readCount
Microsoft.Extensions.Caching.Hybrid.Tests (2)
SizeTests.cs (2)
285public int ReadCount => Volatile.Read(ref _readCount); 290Interlocked.Increment(ref _readCount);