5 references to VerifyThrow
MSBuild (5)
XMake.cs (5)
3424CommandLineSwitchException.VerifyThrow(nodeModeNumber >= 0, "InvalidNodeNumberValueIsNegative", input[0]); 3539CommandLineSwitchException.VerifyThrow(cpuCount > 0 && cpuCount <= 1024, "InvalidMaxCPUCountValueOutsideRange", parameters[parameters.Length - 1]); 3808CommandLineSwitchException.VerifyThrow((parameterSections[0].Length > 0) && (parameterSections.Length == 2), 4362CommandLineSwitchException.VerifyThrow(loggerSpec[0].Length > 0, 4399CommandLineSwitchException.VerifyThrow(loggerAssemblySpec.Length > 0,