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)
312PostActionExecutionStatus result = _postActionDispatcher.Process(creationResult, args.IsDryRun, args.AllowScripts ?? AllowRunScripts.Prompt);