1 write to comparer1
System.Data.Linq (1)
IdentityManager.cs (1)
217this.comparer1 = comparer1;
2 references to comparer1
System.Data.Linq (2)
IdentityManager.cs (2)
222return this.comparer1.Equals(x.value1, y.value1) && 227return this.comparer1.GetHashCode(x.value1) ^ this.comparer2.GetHashCode(x.value2);