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