4 overrides of ProcessInternal
Microsoft.TemplateEngine.Cli (4)
PostActionProcessors\AddJsonPropertyPostActionProcessor.cs (1)
79
protected override bool
ProcessInternal
(
PostActionProcessors\ChmodPostActionProcessor.cs (1)
17
protected override bool
ProcessInternal
(IEngineEnvironmentSettings environment, IPostAction actionConfig, ICreationEffects creationEffects, ICreationResult templateCreationResult, string outputBasePath)
PostActionProcessors\InstructionDisplayPostActionProcessor.cs (1)
16
protected override bool
ProcessInternal
(IEngineEnvironmentSettings environment, IPostAction actionConfig, ICreationEffects creationEffects, ICreationResult templateCreationResult, string outputBasePath)
PostActionProcessors\ProcessStartPostActionProcessor.cs (1)
17
protected override bool
ProcessInternal
(IEngineEnvironmentSettings environment, IPostAction actionConfig, ICreationEffects creationEffects, ICreationResult templateCreationResult, string outputBasePath)
1 reference to ProcessInternal
Microsoft.TemplateEngine.Cli (1)
PostActionProcessors\PostActionProcessorBase.cs (1)
27
return
ProcessInternal
(environment, action, creationEffects, templateCreationResult, outputBasePath);