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);
1012
private void AddAllocatedEndpointInfo(IEnumerable<RenderedModelResource> resources,
AllocatedEndpointsMode
mode =
AllocatedEndpointsMode
.Workload)
1016
if ((mode &
AllocatedEndpointsMode
.Workload) != 0)
1083
if ((mode &
AllocatedEndpointsMode
.ContainerTunnel) != 0 && _options.Value.EnableAspireContainerTunnel)