8 references to TryAdd
Aspire.Hosting (2)
ApplicationModel\EndpointAnnotation.cs (1)
104
AllAllocatedEndpoints.
TryAdd
(_networkID, AllocatedEndpointSnapshot);
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);