1 write to _recipeConfig
Aspire.Hosting.Radius (1)
Publishing\Constructs\LegacyApplicationEnvironmentConstruct.cs (1)
118
_recipeConfig
= DefineDictionaryProperty<object>(nameof(RecipeConfig), ["properties", "recipeConfig"]);
2 references to _recipeConfig
Aspire.Hosting.Radius (2)
Publishing\Constructs\LegacyApplicationEnvironmentConstruct.cs (2)
98
get { Initialize(); return
_recipeConfig
!; }
99
set { Initialize();
_recipeConfig
!.Assign(value); }