4 references to _connectionReferences
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\ConnectionManager.cs (4)
48
if (!
_connectionReferences
.TryAdd(id, connectionReference))
56
if (!
_connectionReferences
.TryRemove(id, out var reference))
69
foreach (var kvp in
_connectionReferences
)
77
else if (
_connectionReferences
.TryRemove(kvp.Key, out reference))