7 references to ERR_UnexpectedCharacter
Microsoft.CodeAnalysis.CSharp (7)
Errors\ErrorFacts.cs (1)
1177
or ErrorCode.
ERR_UnexpectedCharacter
Parser\Lexer.cs (5)
746
this.AddError(ErrorCode.
ERR_UnexpectedCharacter
, messageText);
1973
this.AddError(TextWindow.Position, width: 1, ErrorCode.
ERR_UnexpectedCharacter
, '@');
3742
this.AddCrefError(ErrorCode.
ERR_UnexpectedCharacter
, ".");
3888
this.AddCrefError(ErrorCode.
ERR_UnexpectedCharacter
, info.Text);
3899
this.AddCrefError(ErrorCode.
ERR_UnexpectedCharacter
, info.Text);
Parser\Lexer_StringLiteral.cs (1)
982
_lexer.TextWindow.Position, 1, ErrorCode.
ERR_UnexpectedCharacter
, ch));