7 references to AddIdentChar
Microsoft.CodeAnalysis.CSharp (7)
Parser\Lexer.cs (7)
1539this.AddIdentChar('<'); 1540this.AddIdentChar('>'); 1592this.AddIdentChar(ch); 1595this.AddIdentChar(surrogateCharacter); 1666AddIdentChar('@'); 1794this.AddIdentChar(consumedChar); 1797this.AddIdentChar(consumedSurrogate);