4 references to EatTokenWithPrejudice
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
3472semicolon = this.EatTokenWithPrejudice(ErrorCode.ERR_UnexpectedSemicolon); 4085semicolon = this.EatTokenWithPrejudice(ErrorCode.ERR_UnexpectedSemicolon); 4165semicolon = this.EatTokenWithPrejudice(ErrorCode.ERR_UnexpectedSemicolon); 4470var token = (first && !this.CurrentToken.ContainsDiagnostics) ? this.EatTokenWithPrejudice(errorCode) : this.EatToken();