1 write to _componentType
Aspire.Hosting.Azure.AppContainers (1)
ContainerAppEnvironmentDotnetComponentResource.cs (1)
36
_componentType
= DefineProperty<string>(nameof(ComponentType), ["properties", "componentType"], isOutput: false, isRequired: true);
2 references to _componentType
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppEnvironmentDotnetComponentResource.cs (2)
20
get { Initialize(); return
_componentType
!; }
21
set { Initialize();
_componentType
!.Assign(value); }