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