3 references to AddError
Microsoft.CodeAnalysis.CSharp (3)
Parser\Lexer.cs (3)
746
this.
AddError
(ErrorCode.ERR_UnexpectedCharacter, messageText);
800
AddError
(info.Code, info.Arguments);
3997
this.
AddError
(ErrorCode.WRN_ErrorOverride, info, info.Code);