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