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