3 instantiations of CommandLineBuilderExtension
Microsoft.Build.Tasks.Core (3)
GenerateResource.cs (1)
567CommandLineBuilderExtension commandLineBuilder = new CommandLineBuilderExtension();
ToolTaskExtension.cs (2)
99var commandLineBuilder = new CommandLineBuilderExtension(quoteHyphensOnCommandLine: false, useNewLineSeparator: UseNewLineSeparatorInResponseFile); 112var commandLineBuilder = new CommandLineBuilderExtension();
13 references to CommandLineBuilderExtension
Microsoft.Build.Tasks.Core (13)
Exec.cs (1)
573protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
GenerateResource.cs (2)
567CommandLineBuilderExtension commandLineBuilder = new CommandLineBuilderExtension(); 616private void GenerateResGenCommandLineWithoutResources(CommandLineBuilderExtension resGenCommand)
LC.cs (3)
154private void AddCommands(CommandLineBuilderExtension commandLine) 191protected internal override void AddResponseFileCommands(CommandLineBuilderExtension commandLine) 209protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (3)
97protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine) 146protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine) 162protected 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)