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