10 references to AllAllocatedEndpoints
Aspire.Hosting (4)
ApplicationModel\EndpointAnnotation.cs (1)
104AllAllocatedEndpoints.TryAdd(_networkID, AllocatedEndpointSnapshot);
ApplicationModel\EndpointReference.cs (2)
157foreach (var nes in endpointAnnotation.AllAllocatedEndpoints) 296var nes = Endpoint.EndpointAnnotation.AllAllocatedEndpoints.Where(nes => nes.NetworkID == networkContext).FirstOrDefault();
Dcp\DcpExecutor.cs (1)
1001endpoint.AllAllocatedEndpoints.TryAdd(networkID, snapshot);
Aspire.Hosting.Containers.Tests (2)
ContainerResourceTests.cs (2)
108e.AllAllocatedEndpoints.TryAdd(KnownNetworkIdentifiers.DefaultAspireContainerNetwork, snapshot); 119e.AllAllocatedEndpoints.TryAdd(KnownNetworkIdentifiers.DefaultAspireContainerNetwork, snapshot);
Aspire.Hosting.Tests (4)
ExpressionResolverTests.cs (3)
97e.AllAllocatedEndpoints.TryAdd(KnownNetworkIdentifiers.DefaultAspireContainerNetwork, snapshot); 109e.AllAllocatedEndpoints.TryAdd(KnownNetworkIdentifiers.DefaultAspireContainerNetwork, snapshot); 121e.AllAllocatedEndpoints.TryAdd(KnownNetworkIdentifiers.DefaultAspireContainerNetwork, snapshot);
WithEnvironmentTests.cs (1)
313ep.AllAllocatedEndpoints.TryAdd(KnownNetworkIdentifiers.DefaultAspireContainerNetwork, endpointSnapshot);