1 write to commandLineParser
MSBuild (1)
XMake.cs (1)
164commandLineParser = new CommandLineParser();
9 references to commandLineParser
MSBuild (9)
XMake.cs (9)
388commandLineParser.GatherAllSwitches( 397if (commandLineParser.CheckAndGatherProjectAutoResponseFile(switchesFromAutoResponseFile, commandLineSwitches, false, fullCommandLine)) 878commandLineParser.GatherAllSwitches(commandLine, s_globalMessagesToLogInBuildLoggers, out switchesFromAutoResponseFile, out switchesNotFromAutoResponseFile, out _, out s_exeName); 1092if (commandLineParser.IncludedResponseFiles.Count > 0) 1411commandLineParser.ResetGatheringSwitchesState(); 1736foreach (var responseFilePath in commandLineParser.IncludedResponseFiles) 2324bool foundProjectAutoResponseFile = !switchesAlreadyGathered && commandLineParser.CheckAndGatherProjectAutoResponseFile(switchesFromAutoResponseFile, commandLineSwitches, recursing, commandLine); 4389commandLineParser.IncludedResponseFiles.Count == 1 4393foreach (string responseFilePath in commandLineParser.IncludedResponseFiles)