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