7 references to ERR_UnexpectedCharacter
Microsoft.CodeAnalysis.CSharp (7)
Errors\ErrorFacts.cs (1)
1174
or ErrorCode.
ERR_UnexpectedCharacter
Parser\Lexer.cs (5)
751
this.AddError(ErrorCode.
ERR_UnexpectedCharacter
, messageText);
1978
this.AddError(TextWindow.Position, width: 1, ErrorCode.
ERR_UnexpectedCharacter
, '@');
3724
this.AddCrefError(ErrorCode.
ERR_UnexpectedCharacter
, ".");
3870
this.AddCrefError(ErrorCode.
ERR_UnexpectedCharacter
, info.Text);
3881
this.AddCrefError(ErrorCode.
ERR_UnexpectedCharacter
, info.Text);
Parser\Lexer_StringLiteral.cs (1)
982
_lexer.TextWindow.Position, 1, ErrorCode.
ERR_UnexpectedCharacter
, ch));