4 references to EatTokenWithPrejudice
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
3636
semicolon = this.
EatTokenWithPrejudice
(ErrorCode.ERR_UnexpectedSemicolon);
4246
semicolon = this.
EatTokenWithPrejudice
(ErrorCode.ERR_UnexpectedSemicolon);
4324
semicolon = this.
EatTokenWithPrejudice
(ErrorCode.ERR_UnexpectedSemicolon);
4660
var token = (first && !this.CurrentToken.ContainsDiagnostics) ? this.
EatTokenWithPrejudice
(errorCode) : this.EatToken();