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