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