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