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