5 references to VerifyThrow
MSBuild (5)
XMake.cs (5)
3396CommandLineSwitchException.VerifyThrow(nodeModeNumber >= 0, "InvalidNodeNumberValueIsNegative", input[0]); 3496CommandLineSwitchException.VerifyThrow(cpuCount > 0 && cpuCount <= 1024, "InvalidMaxCPUCountValueOutsideRange", parameters[parameters.Length - 1]); 3770CommandLineSwitchException.VerifyThrow((parameterSections[0].Length > 0) && (parameterSections.Length == 2), 4307CommandLineSwitchException.VerifyThrow(loggerSpec[0].Length > 0, 4344CommandLineSwitchException.VerifyThrow(loggerAssemblySpec.Length > 0,