3 implementations of SelectedAppHostPath
aspire (1)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
54
public string?
SelectedAppHostPath
{ get; set; }
Aspire.Cli.Tests (2)
Mcp\MockPackagingService.cs (1)
70
public string?
SelectedAppHostPath
{ get; set; }
TestServices\TestAuxiliaryBackchannelMonitor.cs (1)
20
public string?
SelectedAppHostPath
{ get; set; }
2 writes to SelectedAppHostPath
aspire (2)
Backchannel\AppHostConnectionHelper.cs (1)
59
auxiliaryBackchannelMonitor.
SelectedAppHostPath
= null;
Mcp\Tools\SelectAppHostTool.cs (1)
107
auxiliaryBackchannelMonitor.
SelectedAppHostPath
= resolvedPath;
2 references to SelectedAppHostPath
aspire (2)
Backchannel\AppHostConnectionHelper.cs (1)
44
var selectedPath = auxiliaryBackchannelMonitor.
SelectedAppHostPath
;
Mcp\McpResourceToolRefreshService.cs (1)
38
if (_invalidated || _selectedAppHostPath != _auxiliaryBackchannelMonitor.
SelectedAppHostPath
)