3 implementations of SelectedAppHostPath
aspire (1)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
38public string? SelectedAppHostPath { get; set; }
Aspire.Cli.Tests (2)
Mcp\MockPackagingService.cs (1)
68public string? SelectedAppHostPath { get; set; }
TestServices\TestAuxiliaryBackchannelMonitor.cs (1)
14public string? SelectedAppHostPath { get; set; }
2 writes to SelectedAppHostPath
aspire (2)
Commands\McpStartCommand.cs (1)
394_auxiliaryBackchannelMonitor.SelectedAppHostPath = null;
Mcp\SelectAppHostTool.cs (1)
109auxiliaryBackchannelMonitor.SelectedAppHostPath = resolvedPath;
5 references to SelectedAppHostPath
aspire (5)
Commands\McpStartCommand.cs (5)
113if (_resourceToolMap is null || _selectedAppHostPath != _auxiliaryBackchannelMonitor.SelectedAppHostPath) 117_selectedAppHostPath = _auxiliaryBackchannelMonitor.SelectedAppHostPath; 169if (_resourceToolMap is null || _selectedAppHostPath != _auxiliaryBackchannelMonitor.SelectedAppHostPath) 172_selectedAppHostPath = _auxiliaryBackchannelMonitor.SelectedAppHostPath; 379var selectedPath = _auxiliaryBackchannelMonitor.SelectedAppHostPath;