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