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