4 references to EatTokenWithPrejudice
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
3411semicolon = this.EatTokenWithPrejudice(ErrorCode.ERR_UnexpectedSemicolon); 3994semicolon = this.EatTokenWithPrejudice(ErrorCode.ERR_UnexpectedSemicolon); 4074semicolon = this.EatTokenWithPrejudice(ErrorCode.ERR_UnexpectedSemicolon); 4379var token = (first && !this.CurrentToken.ContainsDiagnostics) ? this.EatTokenWithPrejudice(errorCode) : this.EatToken();