11 references to Append
Microsoft.Build.CommandLine.UnitTests (9)
CommandLineSwitches_Tests.cs (9)
911
switchesLeft.
Append
(switchesRight);
921
switchesLeft.
Append
(switchesRight);
928
switchesRight.
Append
(switchesLeft);
955
switchesLeft.
Append
(switchesRight);
978
switchesLeft.
Append
(switchesRight1);
996
switchesLeft.
Append
(switchesRight2);
1026
switchesLeft.
Append
(switchesRight);
1062
switchesLeft.
Append
(switchesRight);
1129
switchesLeft.
Append
(switchesRight);
MSBuild (2)
XMake.cs (2)
3031
commandLineSwitches.
Append
(switchesFromAutoResponseFile, commandLine); // lowest precedence
3032
commandLineSwitches.
Append
(switchesNotFromAutoResponseFile, commandLine);