5 references to VerifyThrow
MSBuild (5)
XMake.cs (5)
3466CommandLineSwitchException.VerifyThrow(nodeModeNumber >= 0, "InvalidNodeNumberValueIsNegative", input[0]); 3580CommandLineSwitchException.VerifyThrow(cpuCount > 0 && cpuCount <= 1024, "InvalidMaxCPUCountValueOutsideRange", parameters[parameters.Length - 1]); 3849CommandLineSwitchException.VerifyThrow((parameterSections[0].Length > 0) && (parameterSections.Length == 2), 4419CommandLineSwitchException.VerifyThrow(loggerSpec[0].Length > 0, 4456CommandLineSwitchException.VerifyThrow(loggerAssemblySpec.Length > 0,