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