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