1 write to shape
System.Data.Linq (1)
SqlClient\Query\SqlBinder.cs (1)
116this.shape = shape;
4 references to shape
System.Data.Linq (4)
SqlClient\Query\SqlBinder.cs (4)
678&& this.shape != null && this.shape.IsPreloaded(mm.Member) && mm.LoadMethod == null 1041if (!this.disableInclude && this.shape != null && this.alreadyIncluded != null) { 1044if (this.shape.IsPreloaded(mi) && mdm.LoadMethod == null) {