4 references to EatTokenWithPrejudice
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
3463
semicolon = this.
EatTokenWithPrejudice
(ErrorCode.ERR_UnexpectedSemicolon);
4076
semicolon = this.
EatTokenWithPrejudice
(ErrorCode.ERR_UnexpectedSemicolon);
4156
semicolon = this.
EatTokenWithPrejudice
(ErrorCode.ERR_UnexpectedSemicolon);
4461
var token = (first && !this.CurrentToken.ContainsDiagnostics) ? this.
EatTokenWithPrejudice
(errorCode) : this.EatToken();