5 references to EscapeIdentifier
Microsoft.Extensions.Configuration.Binder.SourceGeneration (5)
Emitter\CoreBindingHelpers.cs (5)
341string name = EscapeIdentifier(parameter.Name); 375string valueExpr = EscapeIdentifier(property.MatchingCtorParam?.Name ?? property.Name); 376_writer.WriteLine($@"{EscapeIdentifier(property.Name)} = {valueExpr},"); 388string escapedName = EscapeIdentifier(member.Name); 927memberAccessExpr: $"{containingTypeRef}.{EscapeIdentifier(property.Name)}",