7 references to AddIdentChar
Microsoft.CodeAnalysis.CSharp (7)
Parser\Lexer.cs (7)
1535this.AddIdentChar('<'); 1536this.AddIdentChar('>'); 1588this.AddIdentChar(ch); 1591this.AddIdentChar(surrogateCharacter); 1662AddIdentChar('@'); 1790this.AddIdentChar(consumedChar); 1793this.AddIdentChar(consumedSurrogate);