1 instantiation of TerminalSummary
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
607terminals.Add(new TerminalSummary
6 references to TerminalSummary
Aspire.Hosting (3)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (2)
584/// out) is reported with <see cref="TerminalSummary.IsHostReachable"/> = false rather than 593var terminals = new List<TerminalSummary>();
Backchannel\BackchannelDataTypes.cs (1)
1806public required TerminalSummary[] Terminals { get; init; }
Aspire.Hosting.Tests (3)
Backchannel\BackchannelContractTests.cs (1)
58typeof(TerminalSummary),
Backchannel\GetTerminalInfoAsyncTests.cs (2)
214var summary = Assert.Single(result.Terminals); 249var summary = Assert.Single(result.Terminals);