1 write to commandLineParser
MSBuild (1)
9 references to commandLineParser
MSBuild (9)
XMake.cs (9)
418commandLineParser.GatherAllSwitches(
427if (commandLineParser.CheckAndGatherProjectAutoResponseFile(switchesFromAutoResponseFile, commandLineSwitches, false, fullCommandLine))
962commandLineParser.GatherAllSwitches(commandLine, s_globalMessagesToLogInBuildLoggers, out switchesFromAutoResponseFile, out switchesNotFromAutoResponseFile, out _, out s_exeName);
1205if (commandLineParser.IncludedResponseFiles.Count > 0)
1524commandLineParser.ResetGatheringSwitchesState();
1868foreach (var responseFilePath in commandLineParser.IncludedResponseFiles)
2568bool foundProjectAutoResponseFile = !switchesAlreadyGathered && commandLineParser.CheckAndGatherProjectAutoResponseFile(switchesFromAutoResponseFile, commandLineSwitches, recursing, commandLine);
4707commandLineParser.IncludedResponseFiles.Count == 1
4711foreach (string responseFilePath in commandLineParser.IncludedResponseFiles)