Implemented interface member:
property
AppHostInfo
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.AppHostInfo
1 write to AppHostInfo
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
43AppHostInfo = appHostInfo;
5 references to AppHostInfo
aspire (5)
Backchannel\AuxiliaryBackchannelMonitor.cs (4)
412connection.IsInScope = IsAppHostInScope(connection.AppHostInfo?.AppHostPath); 448connection.AppHostInfo?.AppHostPath ?? "N/A", 449connection.AppHostInfo?.ProcessId.ToString(CultureInfo.InvariantCulture) ?? "N/A", 450connection.AppHostInfo?.CliProcessId?.ToString(CultureInfo.InvariantCulture) ?? "N/A",
Projects\RunningInstanceManager.cs (1)
51var appHostInfo = backchannel.AppHostInfo;