3 implementations of IsReadyToCreate
Aspire.Hosting (3)
Dcp\ContainerCreator.cs (2)
252public bool IsReadyToCreate(RenderedModelResource<Container> resource, ContainerCreationContext cctx) 403bool IObjectCreator<ContainerExec, EmptyCreationContext>.IsReadyToCreate(RenderedModelResource<ContainerExec> resource, EmptyCreationContext context)
Dcp\ExecutableCreator.cs (1)
42public bool IsReadyToCreate(
1 reference to IsReadyToCreate
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
952var allReady = replicas.All(r => creator.IsReadyToCreate(r, context));