22 references to ErrorUtilities
Microsoft.Build.Engine.OM.UnitTests (22)
FileUtilities.cs (10)
191ErrorUtilities.ThrowArgument("DebugPathTooLong", directory);
392ErrorUtilities.VerifyThrowInternalLength(path, nameof(path));
393ErrorUtilities.VerifyThrow(trailingSegmentsToKeep >= 0, "trailing segments must be positive");
464ErrorUtilities.VerifyThrowArgumentLength(path, nameof(path));
1135ErrorUtilities.VerifyThrowArgumentNull(basePath, nameof(basePath));
1136ErrorUtilities.VerifyThrowArgumentLength(path, nameof(path));
1144ErrorUtilities.VerifyThrow(splitPath.Length > 0, "Cannot call MakeRelative on a path of only slashes.");
1273ErrorUtilities.VerifyThrowArgumentNull(root, nameof(root));
1274ErrorUtilities.VerifyThrowArgumentNull(paths, nameof(paths));
1484ErrorUtilities.ThrowArgument("InvalidGetPathOfFileAboveParameter", file);