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