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