7 references to RefCount
Microsoft.Extensions.Caching.Hybrid (1)
Internal\DefaultHybridCache.StampedeState.cs (1)
81public int DebugCallerCount => _cacheItem.RefCount;
Microsoft.Extensions.Caching.Hybrid.Tests (6)
BufferReleaseTests.cs (6)
62Assert.Equal(1, cacheItem.RefCount); 78Assert.Equal(0, cacheItem.RefCount); 157Assert.Equal(1, cacheItem.RefCount); 175Assert.Equal(1, cacheItem.RefCount); // not decremented because there was no need to add the hook 220Assert.Equal(1, cacheItem.RefCount); 237Assert.Equal(0, cacheItem.RefCount);