7 references to ERR_BaseIllegal
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
2572Error(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)
6683Diagnostic(ErrorCode.ERR_BaseIllegal, "base").WithLocation(12, 27), 6685Diagnostic(ErrorCode.ERR_BaseIllegal, "base").WithLocation(13, 9) 6707Diagnostic(ErrorCode.ERR_BaseIllegal, "base") 24257Diagnostic(ErrorCode.ERR_BaseIllegal, "base").WithLocation(11, 18),