1 write to _auxiliaryBackchannelMonitor
aspire (1)
Commands\AgentMcpCommand.cs (1)
59_auxiliaryBackchannelMonitor = auxiliaryBackchannelMonitor;
9 references to _auxiliaryBackchannelMonitor
aspire (9)
Commands\AgentMcpCommand.cs (9)
158if (_resourceToolMap is null || _selectedAppHostPath != _auxiliaryBackchannelMonitor.SelectedAppHostPath) 162_selectedAppHostPath = _auxiliaryBackchannelMonitor.SelectedAppHostPath; 214if (_resourceToolMap is null || _selectedAppHostPath != _auxiliaryBackchannelMonitor.SelectedAppHostPath) 217_selectedAppHostPath = _auxiliaryBackchannelMonitor.SelectedAppHostPath; 416var connections = _auxiliaryBackchannelMonitor.Connections.ToList(); 420await _auxiliaryBackchannelMonitor.ScanAsync(cancellationToken).ConfigureAwait(false); 421connections = _auxiliaryBackchannelMonitor.Connections.ToList(); 429var selectedPath = _auxiliaryBackchannelMonitor.SelectedAppHostPath; 444_auxiliaryBackchannelMonitor.SelectedAppHostPath = null;