2 references to GatherAutoResponseFileSwitchesFromFullPath
MSBuild (2)
CommandLine\CommandLineParser.cs (2)
235
found = !string.IsNullOrWhiteSpace(directoryResponseFile) &&
GatherAutoResponseFileSwitchesFromFullPath
(directoryResponseFile, switchesFromAutoResponseFile, commandLine);
556
return
GatherAutoResponseFileSwitchesFromFullPath
(autoResponseFile, switchesFromAutoResponseFile, commandLine);