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