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