1 write to commandLineParser
MSBuild (1)
6 references to commandLineParser
MSBuild (6)
XMake.cs (6)
351commandLineParser.GatherAllSwitches(
360if (commandLineParser.CheckAndGatherProjectAutoResponseFile(switchesFromAutoResponseFile, commandLineSwitches, false, fullCommandLine))
729commandLineParser.GatherAllSwitches(commandLine, s_globalMessagesToLogInBuildLoggers, out var switchesFromAutoResponseFile, out var switchesNotFromAutoResponseFile, out _, out s_exeName);
1252commandLineParser.ResetGatheringSwitchesState();
1581foreach (var responseFilePath in commandLineParser.IncludedResponseFiles)
2166bool foundProjectAutoResponseFile = commandLineParser.CheckAndGatherProjectAutoResponseFile(switchesFromAutoResponseFile, commandLineSwitches, recursing, commandLine);