5 references to EscapeIdentifier
Microsoft.Extensions.Configuration.Binder.SourceGeneration (5)
Emitter\CoreBindingHelpers.cs (5)
338string name = EscapeIdentifier(parameter.Name); 372string valueExpr = EscapeIdentifier(property.MatchingCtorParam?.Name ?? property.Name); 373_writer.WriteLine($@"{EscapeIdentifier(property.Name)} = {valueExpr},"); 385string escapedName = EscapeIdentifier(member.Name); 924memberAccessExpr: $"{containingTypeRef}.{EscapeIdentifier(property.Name)}",