Implemented interface member:
property
SelectedAppHostPath
Aspire.Cli.Backchannel.IAuxiliaryBackchannelMonitor.SelectedAppHostPath
1 write to SelectedAppHostPath
Aspire.Cli.Tests (1)
TestServices\TestAuxiliaryBackchannelMonitor.cs (1)
40SelectedAppHostPath = null;
2 references to SelectedAppHostPath
Aspire.Cli.Tests (2)
TestServices\TestAuxiliaryBackchannelMonitor.cs (2)
28if (!string.IsNullOrEmpty(SelectedAppHostPath)) 32string.Equals(Path.GetFullPath(c.AppHostInfo.AppHostPath), Path.GetFullPath(SelectedAppHostPath), StringComparison.OrdinalIgnoreCase));