6 writes to allowDeferred
System.Data.Linq (6)
SqlClient\Query\QueryConverter.cs (6)
88
this.
allowDeferred
= true;
2565
this.
allowDeferred
= false;
2631
this.
allowDeferred
= saveAllowDeferred;
2641
this.
allowDeferred
= false;
2659
this.
allowDeferred
= saveAllowDeferred;
2665
this.
allowDeferred
= saveAllowDeferred;
6 references to allowDeferred
System.Data.Linq (6)
SqlClient\Query\QueryConverter.cs (6)
789
return this.translator.BuildDefaultQuery(metaTable.RowType, this.
allowDeferred
, link, this.dominatingExpression);
1169
SqlExpression projection = this.translator.BuildProjection(aref, function.ResultRowTypes[0].InheritanceRoot, this.
allowDeferred
, null, mce);
1198
spc.Projection = this.translator.BuildProjection(rowExp, rowType, this.
allowDeferred
, null, mce);
1260
suq.Projection = this.translator.BuildProjection(rowExp, mType, this.
allowDeferred
, null, this.dominatingExpression);
2564
bool saveAllowDeferred = this.
allowDeferred
;
2640
bool saveAllowDeferred = this.
allowDeferred
;