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)
139protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine) 155protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
2 references to AddCommandLineCommands
Microsoft.Build.Tasks.Core (2)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (2)
141base.AddCommandLineCommands(commandLine); 157base.AddCommandLineCommands(commandLine);