3 references to AsHostResourceWithEndpoints
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (3)
1248
List<HostResourceWithEndpoints> hostDependencies = containerDependencies.Select(
AsHostResourceWithEndpoints
).OfType<HostResourceWithEndpoints>().ToList();
1257
.Select(
AsHostResourceWithEndpoints
).FirstOrDefault();
3009
if (dependencies.Any(dep =>
AsHostResourceWithEndpoints
(dep) is { }))