1 write to _azureResourceGroupName
Aspire.Hosting.Radius (1)
Publishing\Constructs\RadiusEnvironmentConstruct.cs (1)
120_azureResourceGroupName = DefineProperty<string>(
2 references to _azureResourceGroupName
Aspire.Hosting.Radius (2)
Publishing\Constructs\RadiusEnvironmentConstruct.cs (2)
74get { Initialize(); return _azureResourceGroupName!; } 75set { Initialize(); _azureResourceGroupName!.Assign(value); }