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