1 implementation of GetCount
Microsoft.AspNetCore.OutputCaching.Tests (1)
TestUtils.cs (1)
329public int GetCount { get; private set; }
4 references to GetCount
Microsoft.AspNetCore.OutputCaching.Tests (4)
OutputCacheMiddlewareTests.cs (4)
62Assert.Equal(1, cache.GetCount); 90Assert.Equal(1, cache.GetCount); 120Assert.Equal(1, cache.GetCount); 148Assert.Equal(1, cache.GetCount);