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)
567protected 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)
97protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
8 references to AddCommandLineCommands
Microsoft.Build.Tasks.Core (2)
AxTlbBaseTask.cs (1)
100base.AddCommandLineCommands(commandLine);
ToolTaskExtension.cs (1)
113AddCommandLineCommands(commandLineBuilder);
Microsoft.Build.Tasks.UnitTests (6)
CommandLine_Support.cs (6)
76t.AddCommandLineCommands(b); 161t.AddCommandLineCommands(b); 212t.AddCommandLineCommands(b); 245t.AddCommandLineCommands(b); 276t.AddCommandLineCommands(b); 301t.AddCommandLineCommands(b);