11 references to Append
Microsoft.Build.CommandLine.UnitTests (9)
CommandLineSwitches_Tests.cs (9)
913
switchesLeft.
Append
(switchesRight);
923
switchesLeft.
Append
(switchesRight);
930
switchesRight.
Append
(switchesLeft);
957
switchesLeft.
Append
(switchesRight);
980
switchesLeft.
Append
(switchesRight1);
998
switchesLeft.
Append
(switchesRight2);
1028
switchesLeft.
Append
(switchesRight);
1064
switchesLeft.
Append
(switchesRight);
1131
switchesLeft.
Append
(switchesRight);
MSBuild (2)
XMake.cs (2)
3019
commandLineSwitches.
Append
(switchesFromAutoResponseFile, commandLine); // lowest precedence
3020
commandLineSwitches.
Append
(switchesNotFromAutoResponseFile, commandLine);