Base:
method
GetHashCode
System.ValueType.GetHashCode()
5 references to GetHashCode
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
2558
return obj.Value.
GetHashCode
();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (2)
128
if (declaredTypeHandle.
GetHashCode
() == objTypeHandle.
GetHashCode
()) // semantically the same as Value == Value; Value is not available in SL
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (2)
110
if (declaredTypeHandle.
GetHashCode
() == objTypeHandle.
GetHashCode
()) // semantically the same as Value == Value; Value is not available in SL