3 references to CombineSwitchesRespectingPriority
MSBuild (3)
XMake.cs (3)
296
CommandLineSwitches commandLineSwitches =
CombineSwitchesRespectingPriority
(switchesFromAutoResponseFile, switchesNotFromAutoResponseFile, fullCommandLine);
299
commandLineSwitches =
CombineSwitchesRespectingPriority
(switchesFromAutoResponseFile, switchesNotFromAutoResponseFile, fullCommandLine);
2458
CommandLineSwitches commandLineSwitches =
CombineSwitchesRespectingPriority
(switchesFromAutoResponseFile, switchesNotFromAutoResponseFile, commandLine);