Base:
method
AddResponseFileCommands
Microsoft.CodeAnalysis.BuildTasks.ManagedToolTask.AddResponseFileCommands(Microsoft.CodeAnalysis.BuildTasks.CommandLineBuilderExtension)
2 overrides of AddResponseFileCommands
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Core\MSBuildTask\Csc.cs (1)
201
protected override void
AddResponseFileCommands
(CommandLineBuilderExtension commandLine)
src\Compilers\Core\MSBuildTask\Vbc.cs (1)
386
protected override void
AddResponseFileCommands
(CommandLineBuilderExtension commandLine)
2 references to AddResponseFileCommands
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Core\MSBuildTask\Csc.cs (1)
253
base.
AddResponseFileCommands
(commandLine);
src\Compilers\Core\MSBuildTask\Vbc.cs (1)
510
base.
AddResponseFileCommands
(commandLine);