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