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