1 write to _auxiliaryBackchannelMonitor
aspire (1)
Commands\McpStartCommand.cs (1)
39_auxiliaryBackchannelMonitor = auxiliaryBackchannelMonitor;
7 references to _auxiliaryBackchannelMonitor
aspire (7)
Commands\McpStartCommand.cs (7)
113if (_resourceToolMap is null || _selectedAppHostPath != _auxiliaryBackchannelMonitor.SelectedAppHostPath) 117_selectedAppHostPath = _auxiliaryBackchannelMonitor.SelectedAppHostPath; 169if (_resourceToolMap is null || _selectedAppHostPath != _auxiliaryBackchannelMonitor.SelectedAppHostPath) 172_selectedAppHostPath = _auxiliaryBackchannelMonitor.SelectedAppHostPath; 371var connections = _auxiliaryBackchannelMonitor.Connections.Values.ToList(); 379var selectedPath = _auxiliaryBackchannelMonitor.SelectedAppHostPath; 394_auxiliaryBackchannelMonitor.SelectedAppHostPath = null;