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