1 write to UpgradedConnectionCount
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\ConnectionManager.cs (1)
24UpgradedConnectionCount = upgradedConnections;
2 references to UpgradedConnectionCount
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1Connection.cs (1)
89ServiceContext.ConnectionManager.UpgradedConnectionCount.ReleaseOne();
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
271if (!ServiceContext.ConnectionManager.UpgradedConnectionCount.TryLockOne())