8 references to MakeError
Microsoft.CodeAnalysis.CSharp (8)
Parser\AbstractLexer.cs (1)
73
this.AddError(this.
MakeError
(position, width, code, args));
Parser\Lexer.cs (1)
1279
this.AddError(this.
MakeError
(start, end - start, ErrorCode.ERR_FloatOverflow, "decimal"));
Parser\Lexer_StringLiteral.cs (6)
682
TrySetError(_lexer.
MakeError
(escapeStart, _lexer.TextWindow.Position - escapeStart, ErrorCode.ERR_EscapedCurly, ch));
813
TrySetError(_lexer.
MakeError
(pos, 1, ErrorCode.ERR_UnescapedCurly, "}"));
965
TrySetError(_lexer.
MakeError
(pos, 1, ErrorCode.ERR_EscapedCurly, ch));
981
TrySetError(_lexer.
MakeError
(
1022
TrySetError(_lexer.
MakeError
(_lexer.TextWindow.Position, 1, ErrorCode.ERR_SyntaxError, endingChar.ToString()));
1054
TrySetError(_lexer.
MakeError
(_lexer.TextWindow.Position, 1, ErrorCode.ERR_SyntaxError, endingChar.ToString()));