9 references to AllocatedEndpointSnapshot
Aspire.Hosting (7)
ApplicationModel\EndpointAnnotation.cs (6)
105AllAllocatedEndpoints.TryAdd(_networkID, AllocatedEndpointSnapshot); 211if (!AllocatedEndpointSnapshot.IsValueSet) 219return AllocatedEndpointSnapshot.GetValueAsync().GetAwaiter().GetResult(); 226AllocatedEndpointSnapshot.SetException(new InvalidOperationException($"The endpoint `{Name}` is not allocated")); 234AllocatedEndpointSnapshot.SetValue(value); 241/// Gets the <see cref="AllocatedEndpointSnapshot"/> for the default <see cref="AllocatedEndpoint"/>.
ApplicationModel\EndpointReference.cs (1)
146EndpointAnnotation.AllocatedEndpointSnapshot;
Aspire.Hosting.DevTunnels (2)
DevTunnelResourceBuilderExtensions.cs (2)
158portResource.TunnelEndpointAnnotation.AllocatedEndpointSnapshot.SetException(exception); 215portResource.TunnelEndpointAnnotation.AllocatedEndpointSnapshot.SetException(ex);