5 writes to makeUnique
System.Data.Linq (5)
SqlClient\Query\SqlNamer.cs (5)
28this.makeUnique = true; 57this.makeUnique = false; 61this.makeUnique = saveMakeUnique; 68this.makeUnique = false; 72this.makeUnique = saveMakeUnique;
3 references to makeUnique
System.Data.Linq (3)
SqlClient\Query\SqlNamer.cs (3)
56bool saveMakeUnique = this.makeUnique; 67bool saveMakeUnique = this.makeUnique; 97if (this.makeUnique) {