1 instantiation of HostResourceWithEndpoints
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
2967return new HostResourceWithEndpoints(rwe, endpoints);
5 references to HostResourceWithEndpoints
Aspire.Hosting (5)
Dcp\DcpExecutor.cs (5)
1248List<HostResourceWithEndpoints> hostDependencies = containerDependencies.Select(AsHostResourceWithEndpoints).OfType<HostResourceWithEndpoints>().ToList(); 1258if (maybeDashboard is HostResourceWithEndpoints dashboardResource) 1288foreach (var re in hostDependencies) 2960private static HostResourceWithEndpoints? AsHostResourceWithEndpoints(IResource resource)