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