1 write to _parent
Aspire.Hosting.Azure.AppContainers (1)
ContainerAppEnvironmentDotnetComponentResource.cs (1)
37_parent = DefineResource<ContainerAppManagedEnvironment>(nameof(Parent), ["parent"], isRequired: true);
2 references to _parent
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppEnvironmentDotnetComponentResource.cs (2)
27get { Initialize(); return _parent!.Value; } 28set { Initialize(); _parent!.Value = value; }