7 references to AddIdentChar
Microsoft.CodeAnalysis.CSharp (7)
Parser\Lexer.cs (7)
1539
this.
AddIdentChar
('<');
1540
this.
AddIdentChar
('>');
1592
this.
AddIdentChar
(ch);
1595
this.
AddIdentChar
(surrogateCharacter);
1666
AddIdentChar
('@');
1794
this.
AddIdentChar
(consumedChar);
1797
this.
AddIdentChar
(consumedSurrogate);