5 references to Append
MSBuild (5)
CommandLine\CommandLineParser.cs (3)
77
result.
Append
(responseFileSwitches, fullCommandLine); // lowest precedence
78
result.
Append
(commandLineSwitches, fullCommandLine);
126
switchesNotFromAutoResponseFile.
Append
(switchesFromEnvironmentVariable, fullCommandLine);
XMake.cs (2)
2632
commandLineSwitches.
Append
(switchesFromAutoResponseFile, commandLine); // lowest precedence
2633
commandLineSwitches.
Append
(switchesNotFromAutoResponseFile, commandLine);