4 references to EatTokenWithPrejudice
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
3463semicolon = this.EatTokenWithPrejudice(ErrorCode.ERR_UnexpectedSemicolon); 4076semicolon = this.EatTokenWithPrejudice(ErrorCode.ERR_UnexpectedSemicolon); 4156semicolon = this.EatTokenWithPrejudice(ErrorCode.ERR_UnexpectedSemicolon); 4461var token = (first && !this.CurrentToken.ContainsDiagnostics) ? this.EatTokenWithPrejudice(errorCode) : this.EatToken();