2 writes to topSelect
System.Data.Linq (2)
SqlClient\Query\SqlReorderer.cs (2)
142this.topSelect = false; 174this.topSelect = saveTop;
2 references to topSelect
System.Data.Linq (2)
SqlClient\Query\SqlReorderer.cs (2)
132bool saveTop = this.topSelect; 194if ((this.topSelect || select.Top != null) && select.OrderingType != SqlOrderingType.Never && this.orders != null) {