1 write to _object2
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\DataContract.cs (1)
2477_object2 = object2;
5 references to _object2
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\DataContract.cs (5)
2484return ((otherKey._object1 == _object1 && otherKey._object2 == _object2) || (otherKey._object1 == _object2 && otherKey._object2 == _object1)); 2489return _object1.GetHashCode() ^ _object2.GetHashCode();