3 references to CombineSwitchesRespectingPriority
MSBuild (3)
XMake.cs (3)
359
CommandLineSwitches commandLineSwitches =
CombineSwitchesRespectingPriority
(switchesFromAutoResponseFile, switchesNotFromAutoResponseFile, fullCommandLine);
362
commandLineSwitches =
CombineSwitchesRespectingPriority
(switchesFromAutoResponseFile, switchesNotFromAutoResponseFile, fullCommandLine);
2069
CommandLineSwitches commandLineSwitches =
CombineSwitchesRespectingPriority
(switchesFromAutoResponseFile, switchesNotFromAutoResponseFile, commandLine);