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)
466hash += HashFn.HashMultiply(_baseUri.GetHashCode());
Core\CSharp\System\Windows\Media\FontEmbeddingManager.cs (1)
145return obj.GetHashCode();
PresentationFramework (1)
src\Framework\System\Windows\Data\XmlNamespaceMapping.cs (1)
129return unchecked(hash + _uri.GetHashCode());
System (2)
net\System\Net\CredentialCache.cs (1)
537m_HashCode = AuthenticationType.ToUpperInvariant().GetHashCode() + UriPrefixLength + UriPrefix.GetHashCode();
net\System\uribuilder.cs (1)
375return Uri.GetHashCode();
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelPool.cs (1)
108return address.GetHashCode() + via.GetHashCode();
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
774return location.GetHashCode();
System.Xml (1)
System\Xml\Schema\Chameleonkey.cs (1)
45hashCode = targetNS.GetHashCode() + chameleonLocation.GetHashCode() +