3 references to GetContainerLifetimeType
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (2)
1013if (containerResources.Any(cr => cr.GetContainerLifetimeType() == ContainerLifetime.Persistent)) 1649if (container.GetContainerLifetimeType() == ContainerLifetime.Persistent)
Dcp\DcpNameGenerator.cs (1)
65var nameSuffix = container.GetContainerLifetimeType() switch