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