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