7 overrides of ProcessInternal
dotnet (3)
Commands\New\PostActions\DotnetAddPostActionProcessor.cs (1)
35
protected override bool
ProcessInternal
(IEngineEnvironmentSettings environment, IPostAction action, ICreationEffects creationEffects, ICreationResult templateCreationResult, string outputBasePath)
Commands\New\PostActions\DotnetRestorePostActionProcessor.cs (1)
18
protected override bool
ProcessInternal
(IEngineEnvironmentSettings environment, IPostAction actionConfig, ICreationEffects creationEffects, ICreationResult templateCreationResult, string outputBasePath)
Commands\New\PostActions\DotnetSlnPostActionProcessor.cs (1)
68
protected override bool
ProcessInternal
(IEngineEnvironmentSettings environment, IPostAction action, ICreationEffects creationEffects, ICreationResult templateCreationResult, string outputBasePath)
Microsoft.TemplateEngine.Cli (4)
PostActionProcessors\AddJsonPropertyPostActionProcessor.cs (1)
77
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)
26
return
ProcessInternal
(environment, action, creationEffects, templateCreationResult, outputBasePath);