1 instantiation of TerminalSummary
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
607
terminals.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
593
var terminals = new List<
TerminalSummary
>();
Backchannel\BackchannelDataTypes.cs (1)
1806
public required
TerminalSummary
[] Terminals { get; init; }
Aspire.Hosting.Tests (3)
Backchannel\BackchannelContractTests.cs (1)
58
typeof(
TerminalSummary
),
Backchannel\GetTerminalInfoAsyncTests.cs (2)
214
var
summary = Assert.Single(result.Terminals);
249
var
summary = Assert.Single(result.Terminals);