Base:
method
AddCommandLineCommands
Microsoft.Build.Tasks.ToolTaskExtension.AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension)
2 overrides of AddCommandLineCommands
Microsoft.Build.Tasks.Core (2)
AxImp.cs (1)
125protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
TlbImp.cs (1)
236protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
2 references to AddCommandLineCommands
Microsoft.Build.Tasks.Core (2)
AxImp.cs (1)
138base.AddCommandLineCommands(commandLine);
TlbImp.cs (1)
260base.AddCommandLineCommands(commandLine);