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)
2782commandLineSwitches.Append(switchesFromAutoResponseFile, commandLine); // lowest precedence 2783commandLineSwitches.Append(switchesNotFromAutoResponseFile, commandLine);