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