1 write to _awsAccountId
Aspire.Hosting.Radius (1)
Publishing\Constructs\RadiusEnvironmentConstruct.cs (1)
123_awsAccountId = DefineProperty<string>(
2 references to _awsAccountId
Aspire.Hosting.Radius (2)
Publishing\Constructs\RadiusEnvironmentConstruct.cs (2)
88get { Initialize(); return _awsAccountId!; } 89set { Initialize(); _awsAccountId!.Assign(value); }