7 writes to NeedsRenaming
System.Data.Entity (7)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (6)
2487row_numberSymbol.NeedsRenaming = true; 3285column.NeedsRenaming = true; 3437columnDictionary[joinColumn.Name].NeedsRenaming = true; // the original symbol 3438joinColumn.NeedsRenaming = true; // the current symbol. 3570columnDictionary[columnName].NeedsRenaming = true; 3571columnSymbol.NeedsRenaming = true;
System\Data\SqlClient\SqlGen\Symbol.cs (1)
167this.NeedsRenaming = false;
1 reference to NeedsRenaming
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\Symbol.cs (1)
144if (this.NeedsRenaming)