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