1 write to _postActionDispatcher
Microsoft.TemplateEngine.Cli (1)
TemplateInvoker.cs (1)
35
_postActionDispatcher
= new PostActionDispatcher(_environmentSettings, _inputGetter);
1 reference to _postActionDispatcher
Microsoft.TemplateEngine.Cli (1)
TemplateInvoker.cs (1)
312
PostActionExecutionStatus result =
_postActionDispatcher
.Process(creationResult, args.IsDryRun, args.AllowScripts ?? AllowRunScripts.Prompt);