6 references to AllocatedEndpointsMode
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (6)
183AddAllocatedEndpointInfo(executables, AllocatedEndpointsMode.All); 185AddAllocatedEndpointInfo(containers, AllocatedEndpointsMode.Workload); 948private void AddAllocatedEndpointInfo(IEnumerable<RenderedModelResource> resources, AllocatedEndpointsMode mode = AllocatedEndpointsMode.Workload) 952if ((mode & AllocatedEndpointsMode.Workload) != 0) 1003if ((mode & AllocatedEndpointsMode.ContainerTunnel) != 0)