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