10 references to ThrowInternalError
Microsoft.Build.Utilities.Core (10)
ErrorUtilities.cs (1)
88ThrowInternalError("Lock should already have been taken");
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);
TaskLoggingHelper.cs (1)
1407ErrorUtilities.ThrowInternalError("Impossible canonical part.");
ToolTask.cs (1)
1016ErrorUtilities.ThrowInternalError("Unknown tool notification.");