11 references to Append
Microsoft.Build.CommandLine.UnitTests (9)
CommandLineSwitches_Tests.cs (9)
935
switchesLeft.
Append
(switchesRight);
945
switchesLeft.
Append
(switchesRight);
952
switchesRight.
Append
(switchesLeft);
979
switchesLeft.
Append
(switchesRight);
1002
switchesLeft.
Append
(switchesRight1);
1020
switchesLeft.
Append
(switchesRight2);
1050
switchesLeft.
Append
(switchesRight);
1086
switchesLeft.
Append
(switchesRight);
1153
switchesLeft.
Append
(switchesRight);
MSBuild (2)
XMake.cs (2)
3089
commandLineSwitches.
Append
(switchesFromAutoResponseFile, commandLine); // lowest precedence
3090
commandLineSwitches.
Append
(switchesNotFromAutoResponseFile, commandLine);