1 write to _object2
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
2532
_object2
= object2;
5 references to _object2
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (5)
2540
return ((otherKey._object1 == _object1 && otherKey.
_object2
==
_object2
) || (otherKey._object1 ==
_object2
&& otherKey.
_object2
== _object1));
2545
return _object1.GetHashCode() ^
_object2
.GetHashCode();