2 writes to alreadyIncluded
System.Data.Linq (2)
SqlClient\Query\SqlBinder.cs (2)
125this.alreadyIncluded = new HashSet<MetaType>(); 130this.alreadyIncluded = null;
8 references to alreadyIncluded
System.Data.Linq (8)
SqlClient\Query\SqlBinder.cs (8)
679&& this.alreadyIncluded != null && !this.alreadyIncluded.Contains(otherType)) { 681this.alreadyIncluded.Add(otherType); 683this.alreadyIncluded.Remove(otherType); 1041if (!this.disableInclude && this.shape != null && this.alreadyIncluded != null) { 1047if (!this.alreadyIncluded.Contains(otherType)) { 1048this.alreadyIncluded.Add(otherType); 1050this.alreadyIncluded.Remove(otherType);