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