2 references to FiniteCounter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\ResourceCounter.cs (1)
14public static ResourceCounter Quota(long amount) => new FiniteCounter(amount);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
ResourceCounterTests.cs (1)
51var counter = new ResourceCounter.FiniteCounter(long.MaxValue);