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