6 references to _connections
Microsoft.AspNetCore.Http.Connections (6)
Internal\HttpConnectionManager.cs (6)
51
return
_connections
.TryGetValue(id, out connection);
83
_connections
.TryAdd(connectionToken, connection);
91
if (
_connections
.TryRemove(id, out var connection))
147
foreach (var c in
_connections
)
190
var tasks = new List<Task>(
_connections
.Count);
194
foreach (var c in
_connections
)