7 references to AddIdentChar
Microsoft.CodeAnalysis.CSharp (7)
Parser\Lexer.cs (7)
1520this.AddIdentChar('<'); 1521this.AddIdentChar('>'); 1573this.AddIdentChar(ch); 1576this.AddIdentChar(surrogateCharacter); 1647AddIdentChar('@'); 1775this.AddIdentChar(consumedChar); 1778this.AddIdentChar(consumedSurrogate);