2 writes to _selectedAppHostPath
aspire (2)
Commands\McpStartCommand.cs (2)
117_selectedAppHostPath = _auxiliaryBackchannelMonitor.SelectedAppHostPath; 172_selectedAppHostPath = _auxiliaryBackchannelMonitor.SelectedAppHostPath;
2 references to _selectedAppHostPath
aspire (2)
Commands\McpStartCommand.cs (2)
113if (_resourceToolMap is null || _selectedAppHostPath != _auxiliaryBackchannelMonitor.SelectedAppHostPath) 169if (_resourceToolMap is null || _selectedAppHostPath != _auxiliaryBackchannelMonitor.SelectedAppHostPath)