2 references to ERR_InExpected
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1205
or ErrorCode.
ERR_InExpected
Parser\LanguageParser.cs (1)
9291
var @in = this.EatToken(SyntaxKind.InKeyword, ErrorCode.
ERR_InExpected
);