7 references to ERR_UnexpectedCharacter
Microsoft.CodeAnalysis.CSharp (7)
Errors\ErrorFacts.cs (1)
1159or ErrorCode.ERR_UnexpectedCharacter
Parser\Lexer.cs (5)
732this.AddError(ErrorCode.ERR_UnexpectedCharacter, messageText); 1959this.AddError(TextWindow.Position, width: 1, ErrorCode.ERR_UnexpectedCharacter, '@'); 3672this.AddCrefError(ErrorCode.ERR_UnexpectedCharacter, "."); 3818this.AddCrefError(ErrorCode.ERR_UnexpectedCharacter, info.Text); 3829this.AddCrefError(ErrorCode.ERR_UnexpectedCharacter, info.Text);
Parser\Lexer_StringLiteral.cs (1)
982_lexer.TextWindow.Position, 1, ErrorCode.ERR_UnexpectedCharacter, ch));