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