12 references to AppendIdentifier
System.Data.Entity (12)
System\Data\SqlClient\SqlProviderUtilities.cs (12)
84builder.AppendIdentifier(databaseName); 173builder.AppendIdentifier(databaseName); 211AppendIdentifier(associationSet.Name); 247AppendIdentifier(column.Name); 255AppendJoin(entitySet.ElementType.KeyMembers, k => AppendIdentifier(k.Name), ", "); 273schemaBuilder.AppendIdentifier(schema); 282AppendIdentifier(table, AppendIdentifier); 304AppendJoin(properties, p => AppendIdentifier(p.Name), ", "); 314AppendIdentifier(identifier.Replace("\r", "\r--").Replace("\n", "\n--")); 357AppendIdentifier("rowversion"); 370AppendIdentifier(typeName.Substring(0, typeName.Length - maxSuffix.Length)); 375AppendIdentifier(typeName);