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)
27
get { Initialize(); return
_parent
!.Value; }
28
set { Initialize();
_parent
!.Value = value; }