1 write to commandLineParser
MSBuild (1)
XMake.cs (1)
165commandLineParser = new CommandLineParser();
9 references to commandLineParser
MSBuild (9)
XMake.cs (9)
418commandLineParser.GatherAllSwitches( 427if (commandLineParser.CheckAndGatherProjectAutoResponseFile(switchesFromAutoResponseFile, commandLineSwitches, false, fullCommandLine)) 951commandLineParser.GatherAllSwitches(commandLine, s_globalMessagesToLogInBuildLoggers, out switchesFromAutoResponseFile, out switchesNotFromAutoResponseFile, out _, out s_exeName); 1194if (commandLineParser.IncludedResponseFiles.Count > 0) 1513commandLineParser.ResetGatheringSwitchesState(); 1856foreach (var responseFilePath in commandLineParser.IncludedResponseFiles) 2556bool foundProjectAutoResponseFile = !switchesAlreadyGathered && commandLineParser.CheckAndGatherProjectAutoResponseFile(switchesFromAutoResponseFile, commandLineSwitches, recursing, commandLine); 4676commandLineParser.IncludedResponseFiles.Count == 1 4680foreach (string responseFilePath in commandLineParser.IncludedResponseFiles)