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)
223_auxiliaryBackchannelMonitor.SelectedAppHostPath = null;
Mcp\SelectAppHostTool.cs (1)
109auxiliaryBackchannelMonitor.SelectedAppHostPath = resolvedPath;
1 reference to SelectedAppHostPath
aspire (1)
Commands\McpStartCommand.cs (1)
208var selectedPath = _auxiliaryBackchannelMonitor.SelectedAppHostPath;