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