6 references to AllocatedEndpointsMode
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (6)
180
AddAllocatedEndpointInfo(executables,
AllocatedEndpointsMode
.All);
182
AddAllocatedEndpointInfo(containers,
AllocatedEndpointsMode
.Workload);
911
private void AddAllocatedEndpointInfo(IEnumerable<RenderedModelResource> resources,
AllocatedEndpointsMode
mode =
AllocatedEndpointsMode
.Workload)
915
if ((mode &
AllocatedEndpointsMode
.Workload) != 0)
945
if ((mode &
AllocatedEndpointsMode
.ContainerTunnel) != 0)