9 instantiations of CommandLineBuilderExtension
Microsoft.Build.Tasks.Core (7)
GenerateResource.cs (1)
567CommandLineBuilderExtension commandLineBuilder = new CommandLineBuilderExtension();
ResGen.cs (3)
343var resGenArguments = new CommandLineBuilderExtension(); 368var resGenArguments = new CommandLineBuilderExtension(); 543resGenArguments ??= new CommandLineBuilderExtension();
SGen.cs (1)
360var commandLineBuilder = new CommandLineBuilderExtension();
ToolTaskExtension.cs (2)
99var commandLineBuilder = new CommandLineBuilderExtension(quoteHyphensOnCommandLine: false, useNewLineSeparator: UseNewLineSeparatorInResponseFile); 112var commandLineBuilder = new CommandLineBuilderExtension();
Microsoft.Build.Tasks.UnitTests (2)
CommandLineBuilderExtension_Tests.cs (2)
36CommandLineBuilderExtension c = new CommandLineBuilderExtension(); 83CommandLineBuilderExtension c = new CommandLineBuilderExtension();
31 references to CommandLineBuilderExtension
Microsoft.Build.Tasks.Core (25)
Al.cs (1)
330protected internal override void AddResponseFileCommands(CommandLineBuilderExtension commandLine)
AspNetCompiler.cs (1)
247protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
AxImp.cs (1)
125protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
AxTlbBaseTask.cs (2)
97protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine) 149private void AddStrongNameOptions(CommandLineBuilderExtension commandLine)
Exec.cs (1)
562protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
GenerateResource.cs (1)
567CommandLineBuilderExtension commandLineBuilder = new CommandLineBuilderExtension();
LC.cs (3)
144private void AddCommands(CommandLineBuilderExtension commandLine) 181protected internal override void AddResponseFileCommands(CommandLineBuilderExtension commandLine) 199protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
ResGen.cs (5)
328protected internal override void AddResponseFileCommands(CommandLineBuilderExtension commandLine) 343var resGenArguments = new CommandLineBuilderExtension(); 364protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine) 368var resGenArguments = new CommandLineBuilderExtension(); 541private void GenerateResGenCommands(CommandLineBuilderExtension resGenArguments, bool useForResponseFile)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (3)
91protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine) 139protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine) 155protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
SGen.cs (1)
360var commandLineBuilder = new CommandLineBuilderExtension();
TlbImp.cs (1)
236protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
ToolTaskExtension.cs (4)
99var commandLineBuilder = new CommandLineBuilderExtension(quoteHyphensOnCommandLine: false, useNewLineSeparator: UseNewLineSeparatorInResponseFile); 112var commandLineBuilder = new CommandLineBuilderExtension(); 120protected internal virtual void AddResponseFileCommands(CommandLineBuilderExtension commandLine) 129protected internal virtual void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
WinMDExp.cs (1)
207protected internal override void AddResponseFileCommands(CommandLineBuilderExtension commandLine)
Microsoft.Build.Tasks.UnitTests (6)
CommandLineBuilderExtension_Tests.cs (2)
36CommandLineBuilderExtension c = new CommandLineBuilderExtension(); 83CommandLineBuilderExtension c = new CommandLineBuilderExtension();
ToolTaskExtension_Tests.cs (4)
106Action<CommandLineBuilderExtension> addResponseFileCommands = (commandLineBuilder) => 126private readonly Action<CommandLineBuilderExtension> _addResponseFileCommands; 128public MyToolTaskExtension(bool useNewLineSeparators = false, Action<CommandLineBuilderExtension> addResponseFileCommands = null) 150protected internal override void AddResponseFileCommands(CommandLineBuilderExtension commandLine)