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