6 references to _connections
Aspire.Cli.Tests (6)
TestServices\TestAuxiliaryBackchannelMonitor.cs (6)
12public IReadOnlyDictionary<string, AppHostAuxiliaryBackchannel> Connections => _connections; 20var connections = _connections.Values.ToList(); 58return _connections.Values 81_connections[hash] = connection; 86_connections.Remove(hash); 91_connections.Clear();