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)
34
if (!
_concurrentConnectionCounter
.TryLockOne())
43
var releasor = new ConnectionReleasor(
_concurrentConnectionCounter
);