4 references to GetContainerLifetimeType
Aspire.Hosting (4)
BuiltInDistributedApplicationEventSubscriptionHandlers.cs (1)
99if (resource.GetContainerLifetimeType() == ContainerLifetime.Persistent)
Dcp\DcpExecutor.cs (2)
1150if (containerResources.Any(cr => cr.GetContainerLifetimeType() == ContainerLifetime.Persistent)) 1929if (container.GetContainerLifetimeType() == ContainerLifetime.Persistent)
Dcp\DcpNameGenerator.cs (1)
65var nameSuffix = container.GetContainerLifetimeType() switch