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