5 references to IsAllocated
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
1695if (!endpoint.IsAllocated)
Aspire.Hosting.Kafka (1)
KafkaBuilderExtensions.cs (1)
119if (kafkaResource.InternalEndpoint.IsAllocated)
Aspire.Hosting.Redis (1)
RedisBuilderExtensions.cs (1)
175if (redisInstance.PrimaryEndpoint.IsAllocated)
Aspire.Hosting.Testing (1)
DistributedApplicationHostingTestingExtensions.cs (1)
130return reference.IsAllocated ? reference : null;
Aspire.Hosting.Tests (1)
DistributedApplicationTests.cs (1)
442Assert.True(resourceWithEndpoints.GetEndpoints().All(e => e.IsAllocated));