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