8 references to AllocatedEndpointsMode
Aspire.Hosting (8)
Dcp\DcpExecutor.cs (8)
205AddAllocatedEndpointInfo(executables, AllocatedEndpointsMode.Workload); 220AddAllocatedEndpointInfo(regular, AllocatedEndpointsMode.Workload); 241AddAllocatedEndpointInfo(executables, AllocatedEndpointsMode.ContainerTunnel); 256AddAllocatedEndpointInfo(tunnelDependent, AllocatedEndpointsMode.Workload); 1012private void AddAllocatedEndpointInfo(IEnumerable<RenderedModelResource> resources, AllocatedEndpointsMode mode = AllocatedEndpointsMode.Workload) 1016if ((mode & AllocatedEndpointsMode.Workload) != 0) 1083if ((mode & AllocatedEndpointsMode.ContainerTunnel) != 0 && _options.Value.EnableAspireContainerTunnel)