3 references to IsIdentifierPartCharacter
Microsoft.CodeAnalysis.ResxSourceGenerator (3)
AbstractResxGenerator.cs (3)
710if (name.All(IsIdentifierPartCharacter)) 718if (IsIdentifierPartCharacter(f) && !IsIdentifierStartCharacter(f)) 725builder.Append(IsIdentifierPartCharacter(c) ? c : '_');