1 write to ConnectionManager
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
102
ConnectionManager
= connectionManager,
4 references to ConnectionManager
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (1)
90
ServiceContext.
ConnectionManager
.UpgradedConnectionCount.ReleaseOne();
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
271
if (!ServiceContext.
ConnectionManager
.UpgradedConnectionCount.TryLockOne())
Internal\Infrastructure\TransportManager.cs (2)
33
private ConnectionManager ConnectionManager => _serviceContext.
ConnectionManager
;
100
var transportConnectionManager = new TransportConnectionManager(_serviceContext.
ConnectionManager
);