6 overrides of AddCommandLineCommands
Microsoft.Build.Tasks.Core (6)
AspNetCompiler.cs (1)
247protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
AxTlbBaseTask.cs (1)
97protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
Exec.cs (1)
564protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
LC.cs (1)
199protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
ResGen.cs (1)
364protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (1)
94protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
2 references to AddCommandLineCommands
Microsoft.Build.Tasks.Core (2)
AxTlbBaseTask.cs (1)
100base.AddCommandLineCommands(commandLine);
ToolTaskExtension.cs (1)
113AddCommandLineCommands(commandLineBuilder);