7 references to AddIdentChar
Microsoft.CodeAnalysis.CSharp (7)
Parser\Lexer.cs (7)
1544this.AddIdentChar('<'); 1545this.AddIdentChar('>'); 1597this.AddIdentChar(ch); 1600this.AddIdentChar(surrogateCharacter); 1671AddIdentChar('@'); 1799this.AddIdentChar(consumedChar); 1802this.AddIdentChar(consumedSurrogate);