7 references to ERR_UnexpectedCharacter
Microsoft.CodeAnalysis.CSharp (7)
Errors\ErrorFacts.cs (1)
1168
or ErrorCode.
ERR_UnexpectedCharacter
Parser\Lexer.cs (5)
747
this.AddError(ErrorCode.
ERR_UnexpectedCharacter
, messageText);
1974
this.AddError(TextWindow.Position, width: 1, ErrorCode.
ERR_UnexpectedCharacter
, '@');
3687
this.AddCrefError(ErrorCode.
ERR_UnexpectedCharacter
, ".");
3833
this.AddCrefError(ErrorCode.
ERR_UnexpectedCharacter
, info.Text);
3844
this.AddCrefError(ErrorCode.
ERR_UnexpectedCharacter
, info.Text);
Parser\Lexer_StringLiteral.cs (1)
982
_lexer.TextWindow.Position, 1, ErrorCode.
ERR_UnexpectedCharacter
, ch));