4 references to EatTokenWithPrejudice
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
3410
semicolon = this.
EatTokenWithPrejudice
(ErrorCode.ERR_UnexpectedSemicolon);
3993
semicolon = this.
EatTokenWithPrejudice
(ErrorCode.ERR_UnexpectedSemicolon);
4073
semicolon = this.
EatTokenWithPrejudice
(ErrorCode.ERR_UnexpectedSemicolon);
4378
var token = (first && !this.CurrentToken.ContainsDiagnostics) ? this.
EatTokenWithPrejudice
(errorCode) : this.EatToken();