10 references to ErrorUtilities
Microsoft.Build.Engine.OM.UnitTests (10)
PrintLineDebugger.cs (4)
32
ErrorUtilities
.VerifyThrowInternalNull(propertyInfo);
83
ErrorUtilities
.ThrowInternalError("Cannot set a new writer over an old writer. Remove the old one first");
105
ErrorUtilities
.ThrowInternalError("Cannot unset an already null writer");
169
ErrorUtilities
.ThrowInternalError($"The writer from this {nameof(PrintLineDebugger)} instance differs from the static writer.");
ResourceUtilities.cs (6)
39
ErrorUtilities
.VerifyThrowInternalNull(message);
428
ErrorUtilities
.ThrowInternalError(
454
ErrorUtilities
.ThrowInternalError("The resource string \"" + resourceName + "\" was not found.");
462
ErrorUtilities
.ThrowInternalError(e.Message);
469
ErrorUtilities
.ThrowInternalError(e.Message);
476
ErrorUtilities
.ThrowInternalError(e.Message);