7 references to AddIdentChar
Microsoft.CodeAnalysis.CSharp (7)
Parser\Lexer.cs (7)
1852this.AddIdentChar('<'); 1853this.AddIdentChar('>'); 1905this.AddIdentChar(ch); 1908this.AddIdentChar(surrogateCharacter); 1989AddIdentChar('@'); 2177this.AddIdentChar(consumedChar); 2180this.AddIdentChar(consumedSurrogate);