2 references to CheckAndGatherProjectAutoResponseFile
MSBuild (2)
XMake.cs (2)
397
if (commandLineParser.
CheckAndGatherProjectAutoResponseFile
(switchesFromAutoResponseFile, commandLineSwitches, false, fullCommandLine))
2321
bool foundProjectAutoResponseFile = !switchesAlreadyGathered && commandLineParser.
CheckAndGatherProjectAutoResponseFile
(switchesFromAutoResponseFile, commandLineSwitches, recursing, commandLine);