1 write to object1
System.Runtime.Serialization (1)
System\Runtime\Serialization\DataContract.cs (1)
2648this.object1 = object1;
5 references to object1
System.Runtime.Serialization (5)
System\Runtime\Serialization\DataContract.cs (5)
2657return ((otherKey.object1 == object1 && otherKey.object2 == object2) || (otherKey.object1 == object2 && otherKey.object2 == object1)); 2662return object1.GetHashCode() ^ object2.GetHashCode();