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