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