10 references to ERR_InternalError
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder.ValueChecks.cs (1)
4290diagnostics.Add(ErrorCode.ERR_InternalError, node.Location);
Binder\Binder_Expressions.cs (1)
801diagnostics.Add(ErrorCode.ERR_InternalError, node.Location);
Binder\Binder_Statements.cs (1)
2191diagnostics.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)
491diagnostics.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)
1967case ErrorCode.ERR_InternalError:
FlowAnalysis\AbstractFlowPass.cs (1)
891Diagnostics.Add(ErrorCode.ERR_InternalError, node.Syntax.Location);