1 implementation of SetCount
Microsoft.AspNetCore.OutputCaching.Tests (1)
TestUtils.cs (1)
339public int SetCount { get; private set; }
8 references to SetCount
Microsoft.AspNetCore.OutputCaching.Tests (8)
OutputCacheMiddlewareTests.cs (8)
625Assert.Equal(0, cache.SetCount); 718Assert.Equal(1, cache.SetCount); 747Assert.Equal(0, cache.SetCount); 780Assert.Equal(1, cache.SetCount); 805Assert.Equal(1, cache.SetCount); 826Assert.Equal(0, cache.SetCount); 847Assert.Equal(0, cache.SetCount); 1080Assert.Equal(1, cache.SetCount);