4 references to EatTokenWithPrejudice
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
3078semicolon = this.EatTokenWithPrejudice(ErrorCode.ERR_UnexpectedSemicolon); 3631semicolon = this.EatTokenWithPrejudice(ErrorCode.ERR_UnexpectedSemicolon); 3708semicolon = this.EatTokenWithPrejudice(ErrorCode.ERR_UnexpectedSemicolon); 3988var token = (first && !this.CurrentToken.ContainsDiagnostics) ? this.EatTokenWithPrejudice(errorCode) : this.EatToken();