9 references to ThrowInternalError
MSBuild (9)
ErrorUtilities.cs (1)
88ThrowInternalError("Lock should already have been taken");
NodeEndpointOutOfProcBase.cs (1)
185ErrorUtilities.ThrowInternalError("Connect() not valid on the out of proc endpoint.");
PrintLineDebugger.cs (3)
83ErrorUtilities.ThrowInternalError("Cannot set a new writer over an old writer. Remove the old one first"); 105ErrorUtilities.ThrowInternalError("Cannot unset an already null writer"); 169ErrorUtilities.ThrowInternalError($"The writer from this {nameof(PrintLineDebugger)} instance differs from the static writer.");
ResourceUtilities.cs (4)
452ErrorUtilities.ThrowInternalError("The resource string \"" + resourceName + "\" was not found."); 460ErrorUtilities.ThrowInternalError(e.Message); 467ErrorUtilities.ThrowInternalError(e.Message); 474ErrorUtilities.ThrowInternalError(e.Message);