4 writes to inGroupBy
System.Data.Linq (4)
SqlClient\Query\SqlBinder.cs (4)
1146inGroupBy = false; 1161this.inGroupBy = true; 1165this.inGroupBy = false; 1188this.inGroupBy = saveInGroupBy;
3 references to inGroupBy
System.Data.Linq (3)
SqlClient\Query\SqlBinder.cs (3)
663if (inGroupBy) { 1056if (this.inGroupBy && link.Expansion != null) { 1145bool saveInGroupBy = inGroupBy;