1 write to _azureScope
Aspire.Hosting.Radius (1)
Publishing\Constructs\LegacyApplicationEnvironmentConstruct.cs (1)
114
_azureScope
= DefineProperty<string>(nameof(AzureScope), ["properties", "providers", "azure", "scope"]);
2 references to _azureScope
Aspire.Hosting.Radius (2)
Publishing\Constructs\LegacyApplicationEnvironmentConstruct.cs (2)
66
get { Initialize(); return
_azureScope
!; }
67
set { Initialize();
_azureScope
!.Assign(value); }