Implemented interface member:
property
AppHostInfo
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.AppHostInfo
1 write to AppHostInfo
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
52AppHostInfo = appHostInfo;
5 references to AppHostInfo
aspire (5)
Backchannel\AuxiliaryBackchannelMonitor.cs (4)
564connection.IsInScope = IsAppHostInScope(connection.AppHostInfo?.AppHostPath); 588connection.AppHostInfo?.AppHostPath ?? "N/A", 589connection.AppHostInfo?.ProcessId.ToString(CultureInfo.InvariantCulture) ?? "N/A", 590connection.AppHostInfo?.CliProcessId?.ToString(CultureInfo.InvariantCulture) ?? "N/A",
Projects\RunningInstanceManager.cs (1)
56var appHostInfo = backchannel.AppHostInfo;