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