10 references to ERR_InternalError
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder.ValueChecks.cs (1)
5291diagnostics.Add(ErrorCode.ERR_InternalError, node.Location);
Binder\Binder_Expressions.cs (1)
834diagnostics.Add(ErrorCode.ERR_InternalError, node.Location);
Binder\Binder_Statements.cs (1)
2189diagnostics.Add(ErrorCode.ERR_InternalError, syntax.Location);
Binder\EarlyWellKnownAttributeBinder.cs (1)
49diagnostics.Add(ErrorCode.ERR_InternalError, node.Location);
Binder\InMethodBinder.cs (1)
318diagnostics.Add(ErrorCode.ERR_InternalError, newLocation);
Binder\LocalScopeBinder.cs (1)
537diagnostics.Add(ErrorCode.ERR_InternalError, newLocation);
Binder\WithLambdaParametersBinder.cs (1)
154diagnostics.Add(ErrorCode.ERR_InternalError, newLocation);
Errors\CSDiagnosticInfo.cs (1)
41Debug.Assert(code != ErrorCode.ERR_InternalError);
Errors\ErrorFacts.cs (1)
2004or ErrorCode.ERR_InternalError
FlowAnalysis\AbstractFlowPass.cs (1)
899Diagnostics.Add(ErrorCode.ERR_InternalError, node.Syntax.Location);