9 instantiations of CommandLineBuilderExtension
Microsoft.Build.Tasks.Core (7)
GenerateResource.cs (1)
567
CommandLineBuilderExtension commandLineBuilder = new
CommandLineBuilderExtension
();
ResGen.cs (3)
343
var resGenArguments = new
CommandLineBuilderExtension
();
368
var resGenArguments = new
CommandLineBuilderExtension
();
543
resGenArguments ??= new
CommandLineBuilderExtension
();
SGen.cs (1)
360
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
();
31 references to CommandLineBuilderExtension
Microsoft.Build.Tasks.Core (25)
Al.cs (1)
330
protected internal override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
AspNetCompiler.cs (1)
247
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)
562
protected internal override void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
GenerateResource.cs (1)
567
CommandLineBuilderExtension
commandLineBuilder = 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)
91
protected internal override void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
139
protected internal override void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
155
protected internal override void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
SGen.cs (1)
360
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)
207
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)