3 references to IsAllocated
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
1647if (!endpoint.IsAllocated)
Aspire.Hosting.Testing (1)
DistributedApplicationHostingTestingExtensions.cs (1)
130return reference.IsAllocated ? reference : null;
Aspire.Hosting.Tests (1)
DistributedApplicationTests.cs (1)
330Assert.True(resourceWithEndpoints.GetEndpoints().All(e => e.IsAllocated));