9 references to AllocatedEndpointSnapshot
Aspire.Hosting (7)
ApplicationModel\EndpointAnnotation.cs (6)
106AllAllocatedEndpoints.TryAdd(_networkID, AllocatedEndpointSnapshot); 228if (!AllocatedEndpointSnapshot.IsValueSet) 236return AllocatedEndpointSnapshot.GetValueAsync().GetAwaiter().GetResult(); 243AllocatedEndpointSnapshot.SetException(new InvalidOperationException($"The endpoint `{Name}` is not allocated")); 251AllocatedEndpointSnapshot.SetValue(value); 258/// Gets the <see cref="AllocatedEndpointSnapshot"/> for the default <see cref="AllocatedEndpoint"/>.
ApplicationModel\EndpointReference.cs (1)
178EndpointAnnotation.AllocatedEndpointSnapshot;
Aspire.Hosting.DevTunnels (2)
DevTunnelResourceBuilderExtensions.cs (2)
160portResource.TunnelEndpointAnnotation.AllocatedEndpointSnapshot.SetException(exception); 217portResource.TunnelEndpointAnnotation.AllocatedEndpointSnapshot.SetException(ex);