2 writes to _postActions
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
ConfigModel\TemplateConfigModel.cs (2)
154
_postActions
= PostActionModel.LoadListFromJArray(source.Get<JsonArray>("PostActions"), _validationEntries);
283
internal init =>
_postActions
= value;
2 references to _postActions
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
ConfigModel\TemplateConfigModel.cs (2)
281
get =>
_postActions
;
473
foreach (PostActionModel postAction in
_postActions
)