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