1 write to _templatePath
Aspire.Hosting.Radius (1)
Publishing\Constructs\LegacyRecipeEntryConstruct.cs (1)
55
_templatePath
= DefineProperty<string>(nameof(TemplatePath), ["templatePath"]);
2 references to _templatePath
Aspire.Hosting.Radius (2)
Publishing\Constructs\LegacyRecipeEntryConstruct.cs (2)
36
get { Initialize(); return
_templatePath
!; }
37
set { Initialize();
_templatePath
!.Assign(value); }