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