10 references to AllAllocatedEndpoints
Aspire.Hosting (4)
ApplicationModel\EndpointAnnotation.cs (1)
104
AllAllocatedEndpoints
.TryAdd(_networkID, AllocatedEndpointSnapshot);
ApplicationModel\EndpointReference.cs (2)
169
foreach (var nes in endpointAnnotation.
AllAllocatedEndpoints
)
308
var endpointSnapshots = Endpoint.EndpointAnnotation.
AllAllocatedEndpoints
;
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)
98
e.
AllAllocatedEndpoints
.TryAdd(KnownNetworkIdentifiers.DefaultAspireContainerNetwork, snapshot);
110
e.
AllAllocatedEndpoints
.TryAdd(KnownNetworkIdentifiers.DefaultAspireContainerNetwork, snapshot);
122
e.
AllAllocatedEndpoints
.TryAdd(KnownNetworkIdentifiers.DefaultAspireContainerNetwork, snapshot);
WithEnvironmentTests.cs (1)
313
ep.
AllAllocatedEndpoints
.TryAdd(KnownNetworkIdentifiers.DefaultAspireContainerNetwork, endpointSnapshot);