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