2 overrides of AddResponseFileCommands
Microsoft.Build.Tasks.CodeAnalysis (2)
Csc.cs (1)
200
protected internal override void
AddResponseFileCommands
(CommandLineBuilderExtension commandLine)
Vbc.cs (1)
385
protected internal override void
AddResponseFileCommands
(CommandLineBuilderExtension commandLine)
3 references to AddResponseFileCommands
Microsoft.Build.Tasks.CodeAnalysis (3)
Csc.cs (1)
245
base.
AddResponseFileCommands
(commandLine);
ManagedCompiler.cs (1)
826
AddResponseFileCommands
(commandLineBuilder);
Vbc.cs (1)
503
base.
AddResponseFileCommands
(commandLine);