7 references to ERR_UnexpectedCharacter
Microsoft.CodeAnalysis.CSharp (7)
Errors\ErrorFacts.cs (1)
1188or ErrorCode.ERR_UnexpectedCharacter
Parser\Lexer.cs (5)
731this.AddError(ErrorCode.ERR_UnexpectedCharacter, messageText); 1954this.AddError(TextWindow.Position, width: 1, ErrorCode.ERR_UnexpectedCharacter, '@'); 3719this.AddCrefError(ErrorCode.ERR_UnexpectedCharacter, "."); 3865this.AddCrefError(ErrorCode.ERR_UnexpectedCharacter, info.Text); 3876this.AddCrefError(ErrorCode.ERR_UnexpectedCharacter, info.Text);
Parser\Lexer_StringLiteral.cs (1)
1001_lexer.TextWindow.Position, 1, ErrorCode.ERR_UnexpectedCharacter, ch));