4 references to ERR_ThisOrBaseExpected
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1153
or ErrorCode.
ERR_ThisOrBaseExpected
Parser\LanguageParser.cs (1)
3392
token = this.EatToken(SyntaxKind.ThisKeyword, ErrorCode.
ERR_ThisOrBaseExpected
);
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
CodeGen\CodeGenConstructorInitTests.cs (1)
1279
Diagnostic(ErrorCode.
ERR_ThisOrBaseExpected
, "Garbage").WithLocation(4, 18),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Parsing\ParserErrorMessageTests.cs (1)
2316
ParseAndValidate(test, Diagnostic(ErrorCode.
ERR_ThisOrBaseExpected
, "{"));