Implemented interface member:
property
SelectedAppHostPath
Aspire.Cli.Backchannel.IAuxiliaryBackchannelMonitor.SelectedAppHostPath
1 write to SelectedAppHostPath
aspire (1)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
83
SelectedAppHostPath
= null;
2 references to SelectedAppHostPath
aspire (2)
Backchannel\AuxiliaryBackchannelMonitor.cs (2)
71
if (!string.IsNullOrEmpty(
SelectedAppHostPath
))
75
string.Equals(Path.GetFullPath(c.AppHostInfo.AppHostPath), Path.GetFullPath(
SelectedAppHostPath
), StringComparison.OrdinalIgnoreCase));