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