3 references to CombineSwitchesRespectingPriority
MSBuild (3)
XMake.cs (3)
323
CommandLineSwitches commandLineSwitches =
CombineSwitchesRespectingPriority
(switchesFromAutoResponseFile, switchesNotFromAutoResponseFile, fullCommandLine);
326
commandLineSwitches =
CombineSwitchesRespectingPriority
(switchesFromAutoResponseFile, switchesNotFromAutoResponseFile, fullCommandLine);
2530
CommandLineSwitches commandLineSwitches =
CombineSwitchesRespectingPriority
(switchesFromAutoResponseFile, switchesNotFromAutoResponseFile, commandLine);