7 references to ERR_BaseIllegal
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
2572
Error(diagnostics, ErrorCode.
ERR_BaseIllegal
, node.Token);
Errors\ErrorFacts.cs (1)
758
or ErrorCode.
ERR_BaseIllegal
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
Semantics\NullableReferenceTypesTests.cs (1)
1702
Diagnostic(ErrorCode.
ERR_BaseIllegal
, "base").WithLocation(23, 17)
Semantics\SemanticErrorTests.cs (4)
6683
Diagnostic(ErrorCode.
ERR_BaseIllegal
, "base").WithLocation(12, 27),
6685
Diagnostic(ErrorCode.
ERR_BaseIllegal
, "base").WithLocation(13, 9)
6707
Diagnostic(ErrorCode.
ERR_BaseIllegal
, "base")
24257
Diagnostic(ErrorCode.
ERR_BaseIllegal
, "base").WithLocation(11, 18),