11 instantiations of CommandLineBuilderExtension
Microsoft.Build.Tasks.Core (9)
GenerateResource.cs (3)
567
CommandLineBuilderExtension commandLineBuilder = new
CommandLineBuilderExtension
();
1181
CommandLineBuilderExtension resourcelessCommandBuilder = new
CommandLineBuilderExtension
();
1230
CommandLineBuilderExtension currentCommand = new
CommandLineBuilderExtension
();
ResGen.cs (3)
343
var resGenArguments = new
CommandLineBuilderExtension
();
368
var resGenArguments = new
CommandLineBuilderExtension
();
543
resGenArguments ??= new
CommandLineBuilderExtension
();
SGen.cs (1)
359
var commandLineBuilder = new
CommandLineBuilderExtension
();
ToolTaskExtension.cs (2)
99
var commandLineBuilder = new
CommandLineBuilderExtension
(quoteHyphensOnCommandLine: false, useNewLineSeparator: UseNewLineSeparatorInResponseFile);
112
var commandLineBuilder = new
CommandLineBuilderExtension
();
Microsoft.Build.Tasks.UnitTests (2)
CommandLineBuilderExtension_Tests.cs (2)
36
CommandLineBuilderExtension c = new
CommandLineBuilderExtension
();
83
CommandLineBuilderExtension c = new
CommandLineBuilderExtension
();
34 references to CommandLineBuilderExtension
Microsoft.Build.Tasks.Core (28)
Al.cs (1)
338
protected internal override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
AspNetCompiler.cs (1)
249
protected internal override void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
AxImp.cs (1)
125
protected internal override void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
AxTlbBaseTask.cs (2)
97
protected internal override void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
149
private void AddStrongNameOptions(
CommandLineBuilderExtension
commandLine)
Exec.cs (1)
567
protected internal override void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
GenerateResource.cs (4)
567
CommandLineBuilderExtension
commandLineBuilder = new CommandLineBuilderExtension();
616
private void GenerateResGenCommandLineWithoutResources(
CommandLineBuilderExtension
resGenCommand)
1181
CommandLineBuilderExtension
resourcelessCommandBuilder = new CommandLineBuilderExtension();
1230
CommandLineBuilderExtension
currentCommand = new CommandLineBuilderExtension();
LC.cs (3)
144
private void AddCommands(
CommandLineBuilderExtension
commandLine)
181
protected internal override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
199
protected internal override void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
ResGen.cs (5)
328
protected internal override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
343
var
resGenArguments = new CommandLineBuilderExtension();
364
protected internal override void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
368
var
resGenArguments = new CommandLineBuilderExtension();
541
private void GenerateResGenCommands(
CommandLineBuilderExtension
resGenArguments, bool useForResponseFile)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (3)
97
protected internal override void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
146
protected internal override void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
162
protected internal override void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
SGen.cs (1)
359
var
commandLineBuilder = new CommandLineBuilderExtension();
TlbImp.cs (1)
236
protected internal override void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
ToolTaskExtension.cs (4)
99
var
commandLineBuilder = new CommandLineBuilderExtension(quoteHyphensOnCommandLine: false, useNewLineSeparator: UseNewLineSeparatorInResponseFile);
112
var
commandLineBuilder = new CommandLineBuilderExtension();
120
protected internal virtual void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
129
protected internal virtual void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
WinMDExp.cs (1)
208
protected internal override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
Microsoft.Build.Tasks.UnitTests (6)
CommandLineBuilderExtension_Tests.cs (2)
36
CommandLineBuilderExtension
c = new CommandLineBuilderExtension();
83
CommandLineBuilderExtension
c = new CommandLineBuilderExtension();
ToolTaskExtension_Tests.cs (4)
106
Action<
CommandLineBuilderExtension
> addResponseFileCommands = (commandLineBuilder) =>
126
private readonly Action<
CommandLineBuilderExtension
> _addResponseFileCommands;
128
public MyToolTaskExtension(bool useNewLineSeparators = false, Action<
CommandLineBuilderExtension
> addResponseFileCommands = null)
150
protected internal override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)