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