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