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