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