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