1 write to _concurrentConnectionCounter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\ConnectionLimitMiddleware.cs (1)
27_concurrentConnectionCounter = concurrentConnectionCounter;
2 references to _concurrentConnectionCounter
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\ConnectionLimitMiddleware.cs (2)
34if (!_concurrentConnectionCounter.TryLockOne()) 43var releasor = new ConnectionReleasor(_concurrentConnectionCounter);