1 write to object2
System.Runtime.Serialization (1)
System\Runtime\Serialization\DataContract.cs (1)
2649this.object2 = object2;
5 references to object2
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();