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