2 writes to _infrastructure
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppContext.cs (1)
23_infrastructure = infra;
ContainerAppJobContext.cs (1)
19_infrastructure = infra;
1 reference to _infrastructure
Aspire.Hosting.Azure.AppContainers (1)
BaseContainerAppContext.cs (1)
42public AzureResourceInfrastructure Infra => _infrastructure ?? throw new InvalidOperationException("Infra is not set");