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)
36get { Initialize(); return _templatePath!; } 37set { Initialize(); _templatePath!.Assign(value); }