14 references to Append
Microsoft.Build.CommandLine.UnitTests (9)
CommandLineSwitches_Tests.cs (9)
943
switchesLeft.
Append
(switchesRight);
953
switchesLeft.
Append
(switchesRight);
960
switchesRight.
Append
(switchesLeft);
987
switchesLeft.
Append
(switchesRight);
1010
switchesLeft.
Append
(switchesRight1);
1028
switchesLeft.
Append
(switchesRight2);
1058
switchesLeft.
Append
(switchesRight);
1094
switchesLeft.
Append
(switchesRight);
1161
switchesLeft.
Append
(switchesRight);
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)
2619
commandLineSwitches.
Append
(switchesFromAutoResponseFile, commandLine); // lowest precedence
2620
commandLineSwitches.
Append
(switchesNotFromAutoResponseFile, commandLine);