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