6 references to AllocatedEndpointsMode
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (6)
184
AddAllocatedEndpointInfo(executables,
AllocatedEndpointsMode
.All);
186
AddAllocatedEndpointInfo(containers,
AllocatedEndpointsMode
.Workload);
949
private void AddAllocatedEndpointInfo(IEnumerable<RenderedModelResource> resources,
AllocatedEndpointsMode
mode =
AllocatedEndpointsMode
.Workload)
953
if ((mode &
AllocatedEndpointsMode
.Workload) != 0)
983
if ((mode &
AllocatedEndpointsMode
.ContainerTunnel) != 0)