5 references to _connectionReferences
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Infrastructure\TransportConnectionManager.cs (5)
27if (!_connectionReferences.TryAdd(id, connectionReference)) 37if (!_connectionReferences.TryRemove(id, out _)) 49if (!_connectionReferences.TryRemove(id, out _)) 59foreach (var kvp in _connectionReferences) 76foreach (var kvp in _connectionReferences)