3 implementations of SelectedAppHostPath
aspire (1)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
138public string? SelectedAppHostPath { get; set; }
Aspire.Cli.Tests (2)
Mcp\MockPackagingService.cs (1)
49public string? SelectedAppHostPath { get; set; }
TestServices\TestAuxiliaryBackchannelMonitor.cs (1)
23public 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;
1 reference to SelectedAppHostPath
aspire (1)
Backchannel\AppHostConnectionHelper.cs (1)
44var selectedPath = auxiliaryBackchannelMonitor.SelectedAppHostPath;