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