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)
74
get { Initialize(); return
_azureResourceGroupName
!; }
75
set { Initialize();
_azureResourceGroupName
!.Assign(value); }