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