3 references to AddError
Microsoft.CodeAnalysis.CSharp (3)
Parser\Lexer.cs (1)
1969this.AddError(TextWindow.Position, width: 1, ErrorCode.ERR_UnexpectedCharacter, '@');
Parser\Lexer_RawStringLiteral.cs (1)
350this.AddError(
Parser\Lexer_StringLiteral.cs (1)
157this.AddError(start, TextWindow.Position - start, info.Code, info.Arguments);