4 references to VerifyThrow
Microsoft.Build.Utilities.Core (3)
AssemblyResources.cs (1)
28ErrorUtilities.VerifyThrow(resource != null, "Missing resource '{0}'", name);
FileMatcher.cs (1)
449ErrorUtilities.VerifyThrow(!HasWildcards(path),
TaskLoggingHelper.cs (1)
503ErrorUtilities.VerifyThrow(errorCode == null, errorCode, FormatResourceString(messageResourceName, messageArgs));
Microsoft.Build.Utilities.UnitTests (1)
ErrorUtilities_Tests.cs (1)
50ErrorUtilities.VerifyThrow(true, "{0}", "a");