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