1 instantiation of AppHostDisplayInfo
aspire (1)
Commands\PsCommand.cs (1)
187
appHostInfos.Add(new
AppHostDisplayInfo
6 references to AppHostDisplayInfo
aspire (5)
Commands\PsCommand.cs (5)
35
[JsonSerializable(typeof(List<
AppHostDisplayInfo
>))]
149
private async Task<List<
AppHostDisplayInfo
>> GatherAppHostInfosAsync(List<IAppHostAuxiliaryBackchannel> connections, bool includeResources, CancellationToken cancellationToken)
151
var appHostInfos = new List<
AppHostDisplayInfo
>();
200
private void DisplayTable(List<
AppHostDisplayInfo
> appHosts)
213
foreach (
var
appHost in appHosts)
Aspire.Cli.Tests (1)
Commands\PsCommandTests.cs (1)
258
var
appHost = appHosts[0];