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