2 overrides of TryLockOne
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\ResourceCounter.cs (2)
18public override bool TryLockOne() => true; 39public override bool TryLockOne()
2 references to TryLockOne
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
271if (!ServiceContext.ConnectionManager.UpgradedConnectionCount.TryLockOne())
Middleware\ConnectionLimitMiddleware.cs (1)
34if (!_concurrentConnectionCounter.TryLockOne())