1 write to commandLineParser
MSBuild (1)
9 references to commandLineParser
MSBuild (9)
XMake.cs (9)
351commandLineParser.GatherAllSwitches(
360if (commandLineParser.CheckAndGatherProjectAutoResponseFile(switchesFromAutoResponseFile, commandLineSwitches, false, fullCommandLine))
729commandLineParser.GatherAllSwitches(commandLine, s_globalMessagesToLogInBuildLoggers, out var switchesFromAutoResponseFile, out var switchesNotFromAutoResponseFile, out _, out s_exeName);
940if (commandLineParser.IncludedResponseFiles.Count > 0)
1257commandLineParser.ResetGatheringSwitchesState();
1586foreach (var responseFilePath in commandLineParser.IncludedResponseFiles)
2171bool foundProjectAutoResponseFile = commandLineParser.CheckAndGatherProjectAutoResponseFile(switchesFromAutoResponseFile, commandLineSwitches, recursing, commandLine);
4238commandLineParser.IncludedResponseFiles.Count == 1
4242foreach (string responseFilePath in commandLineParser.IncludedResponseFiles)