2 references to GatherDirectDependenciesAsync
Aspire.Hosting (2)
ApplicationModel\ResourceExtensions.cs (2)
1231
await
GatherDirectDependenciesAsync
(resource, dependencies, newDependencies, executionContext, cancellationToken).ConfigureAwait(false);
1242
await
GatherDirectDependenciesAsync
(dep, dependencies, newDependencies, executionContext, cancellationToken).ConfigureAwait(false);