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