2 references to AddErrorToLastToken
Microsoft.CodeAnalysis.CSharp (2)
Parser\LanguageParser.cs (2)
3000
result = this.
AddErrorToLastToken
(incompleteMember, ErrorCode.ERR_NamespaceUnexpected);
9085
tryBlock = this.
AddErrorToLastToken
(tryBlock, ErrorCode.ERR_ExpectedEndTry);