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