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