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