19 references to ThrowInternalError
Microsoft.Build.Engine.OM.UnitTests (19)
ErrorUtilities.cs (11)
48ThrowInternalError(message, args);
107ThrowInternalError("This type does not implement ToString() properly {0}", param.GetType().FullName!);
123ThrowInternalError("{0} unexpectedly null", parameterName);
138ThrowInternalError("Lock should already have been taken");
156ThrowInternalError("{0} unexpectedly empty", parameterName);
166ThrowInternalError("{0} unexpectedly empty", parameterName);
180ThrowInternalError("{0} unexpectedly not a rooted path", value);
206ThrowInternalError(unformattedMessage, arg0);
217ThrowInternalError(unformattedMessage, arg0, arg1);
228ThrowInternalError(unformattedMessage, arg0, arg1, arg2);
239ThrowInternalError(unformattedMessage, arg0, arg1, arg2, arg3);