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