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