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)
66get { Initialize(); return _azureScope!; } 67set { Initialize(); _azureScope!.Assign(value); }