7 references to AddIdentChar
Microsoft.CodeAnalysis.CSharp (7)
Parser\Lexer.cs (7)
1852
this.
AddIdentChar
('<');
1853
this.
AddIdentChar
('>');
1905
this.
AddIdentChar
(ch);
1908
this.
AddIdentChar
(surrogateCharacter);
1989
AddIdentChar
('@');
2177
this.
AddIdentChar
(consumedChar);
2180
this.
AddIdentChar
(consumedSurrogate);