2 references to GetAllocatedEndpointAsync
Aspire.Hosting (2)
ApplicationModel\EndpointReference.cs (1)
374var allocatedEndpoint = await Endpoint.EndpointAnnotation.AllAllocatedEndpoints.GetAllocatedEndpointAsync(networkContext, cancellationToken).ConfigureAwait(false);
Dcp\ContainerCreator.cs (1)
672.Select(e => e.AllAllocatedEndpoints.GetAllocatedEndpointAsync(KnownNetworkIdentifiers.DefaultAspireContainerNetwork, cToken))