2 references to GatherAppHostInfosAsync
aspire (2)
Commands\PsCommand.cs (2)
151var appHostInfos = await GatherAppHostInfosAsync(orderedConnections, cancellationToken).ConfigureAwait(false); 224var currentAppHosts = await GatherAppHostInfosAsync(currentConnections, followCancellationToken).ConfigureAwait(false);