3 implementations of SelectedAppHostPath
aspire (1)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
126
public string?
SelectedAppHostPath
{ get; set; }
Aspire.Cli.Tests (2)
Mcp\MockPackagingService.cs (1)
47
public string?
SelectedAppHostPath
{ get; set; }
TestServices\TestAuxiliaryBackchannelMonitor.cs (1)
19
public string?
SelectedAppHostPath
{ get; set; }
2 writes to SelectedAppHostPath
aspire (2)
Backchannel\AppHostConnectionHelper.cs (1)
67
auxiliaryBackchannelMonitor.
SelectedAppHostPath
= null;
Mcp\Tools\SelectAppHostTool.cs (1)
106
auxiliaryBackchannelMonitor.
SelectedAppHostPath
= canonicalPath;
1 reference to SelectedAppHostPath
aspire (1)
Backchannel\AppHostConnectionHelper.cs (1)
45
var selectedPath = auxiliaryBackchannelMonitor.
SelectedAppHostPath
;