7 references to ERR_BaseIllegal
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
2595
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)
6728
Diagnostic(ErrorCode.
ERR_BaseIllegal
, "base").WithLocation(12, 27),
6730
Diagnostic(ErrorCode.
ERR_BaseIllegal
, "base").WithLocation(13, 9)
6752
Diagnostic(ErrorCode.
ERR_BaseIllegal
, "base")
24302
Diagnostic(ErrorCode.
ERR_BaseIllegal
, "base").WithLocation(11, 18),