3 references to EscapeIdentifier
Microsoft.Maui.Controls.SourceGen (3)
CodeBehindGenerator.cs (3)
338 sb.AppendLine($"\t\t{faccess} {ftype} {EscapeIdentifier(fname)};"); 353 sb.AppendLine($"\t\t[global::System.Diagnostics.CodeAnalysis.MemberNotNullAttribute(nameof({EscapeIdentifier(fname)}))]"); 368 sb.AppendLine($"\t\t\t{EscapeIdentifier(fname)} = global::Microsoft.Maui.Controls.NameScopeExtensions.FindByName<{ftype}>(this, \"{fname}\");");