2 writes to _selectedAppHostPath
aspire (2)
Commands\AgentMcpCommand.cs (2)
162_selectedAppHostPath = _auxiliaryBackchannelMonitor.SelectedAppHostPath; 217_selectedAppHostPath = _auxiliaryBackchannelMonitor.SelectedAppHostPath;
2 references to _selectedAppHostPath
aspire (2)
Commands\AgentMcpCommand.cs (2)
158if (_resourceToolMap is null || _selectedAppHostPath != _auxiliaryBackchannelMonitor.SelectedAppHostPath) 214if (_resourceToolMap is null || _selectedAppHostPath != _auxiliaryBackchannelMonitor.SelectedAppHostPath)