Base:
method
GetHashCode
System.Object.GetHashCode()
9 references to GetHashCode
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\CanonicalFontFamilyReference.cs (1)
152
_absoluteLocationUri.
GetHashCode
() :
Core\CSharp\MS\Internal\FontFace\FontFamilyIdentifier.cs (1)
466
hash += HashFn.HashMultiply(_baseUri.
GetHashCode
());
Core\CSharp\System\Windows\Media\FontEmbeddingManager.cs (1)
145
return obj.
GetHashCode
();
PresentationFramework (1)
src\Framework\System\Windows\Data\XmlNamespaceMapping.cs (1)
129
return unchecked(hash + _uri.
GetHashCode
());
System (2)
net\System\Net\CredentialCache.cs (1)
537
m_HashCode = AuthenticationType.ToUpperInvariant().GetHashCode() + UriPrefixLength + UriPrefix.
GetHashCode
();
net\System\uribuilder.cs (1)
375
return Uri.
GetHashCode
();
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelPool.cs (1)
108
return address.GetHashCode() + via.
GetHashCode
();
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
774
return location.
GetHashCode
();
System.Xml (1)
System\Xml\Schema\Chameleonkey.cs (1)
45
hashCode = targetNS.GetHashCode() + chameleonLocation.
GetHashCode
() +