3 references to CombineSwitchesRespectingPriority
MSBuild (3)
XMake.cs (3)
396
CommandLineSwitches commandLineSwitches =
CombineSwitchesRespectingPriority
(switchesFromAutoResponseFile, switchesNotFromAutoResponseFile, fullCommandLine);
399
commandLineSwitches =
CombineSwitchesRespectingPriority
(switchesFromAutoResponseFile, switchesNotFromAutoResponseFile, fullCommandLine);
2225
CommandLineSwitches commandLineSwitches =
CombineSwitchesRespectingPriority
(switchesFromAutoResponseFile, switchesNotFromAutoResponseFile, commandLine);