2 references to IsLetterChar
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
AbstractResxGenerator.cs (2)
762
=> ch == '_' ||
IsLetterChar
(CharUnicodeInfo.GetUnicodeCategory(ch));
767
return
IsLetterChar
(cat)