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)
20get { Initialize(); return _componentType!; } 21set { Initialize(); _componentType!.Assign(value); }