Base:
method
AddCommandLineCommands
Microsoft.Build.Tasks.ToolTaskExtension.AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension)
2 overrides of AddCommandLineCommands
Microsoft.Build.Tasks.Core (2)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (2)
140protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine) 156protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
2 references to AddCommandLineCommands
Microsoft.Build.Tasks.Core (2)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (2)
142base.AddCommandLineCommands(commandLine); 158base.AddCommandLineCommands(commandLine);