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(); 1857foreach (var responseFilePath in commandLineParser.IncludedResponseFiles) 2557bool foundProjectAutoResponseFile = !switchesAlreadyGathered && commandLineParser.CheckAndGatherProjectAutoResponseFile(switchesFromAutoResponseFile, commandLineSwitches, recursing, commandLine); 4696commandLineParser.IncludedResponseFiles.Count == 1 4700foreach (string responseFilePath in commandLineParser.IncludedResponseFiles)