7 references to VerifyThrow
Microsoft.Build.Engine (7)
Engine\Expander.cs (2)
1433ErrorUtilities.VerifyThrow(assemblyNameEnd > 0, "Invalid typename: {0}", typeName); 1516ErrorUtilities.VerifyThrow(argumentsEndIndex != -1, "Unmatched braces when constructing function.", "$(" + expressionFunction + ")");
Engine\Target.cs (1)
677error.VerifyThrow(false, "Build state {0} not handled in Target.Build method", buildState);
Items\BuildItem.cs (1)
1661ErrorUtilities.VerifyThrow(itemSpecModifiers != null,
Shared\FileMatcher.cs (1)
263ErrorUtilities.VerifyThrow(!HasWildcards(path),
Shared\FileUtilities.cs (2)
486ErrorUtilities.VerifyThrow(false, "\"{0}\" is not a valid item-spec modifier.", modifier); 499ErrorUtilities.VerifyThrow(modifiedItemSpec != null, "The item-spec modifier \"{0}\" was not evaluated.", modifier);