Base:
method
GetHashCode
System.Object.GetHashCode()
1 override of GetHashCode
System.IO.Packaging (1)
System\IO\Packaging\PackUriHelper.cs (1)
663public override int GetHashCode()
17 references to GetHashCode
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ChameleonKey.cs (1)
51_hashCode = targetNS.GetHashCode() + chameleonLocation.GetHashCode() +
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
739return _location.GetHashCode();
Microsoft.Deployment.DotNet.Releases (1)
Cve.cs (1)
78public override int GetHashCode() => Id.GetHashCode() ^ DescriptionLink.GetHashCode();
Microsoft.Extensions.ServiceDiscovery.Abstractions (1)
UriEndPoint.cs (1)
35public override int GetHashCode() => Uri.GetHashCode();
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
InvokedDataCollector.cs (1)
87var hashCode = Uri.GetHashCode();
PresentationCore (4)
MS\Internal\FontCache\CanonicalFontFamilyReference.cs (1)
136_absoluteLocationUri.GetHashCode() :
MS\Internal\FontFace\FontFamilyIdentifier.cs (1)
447hash += HashFn.HashMultiply(_baseUri.GetHashCode());
System\Windows\Media\FontEmbeddingManager.cs (1)
107return obj.GetHashCode();
System\Windows\Media\GlyphTypeface.cs (1)
175return _originalUri.GetHashCode() ^ (int)StyleSimulations;
PresentationFramework (1)
System\Windows\Data\XmlNamespaceMapping.cs (1)
119return unchecked(hash + _uri.GetHashCode());
ReachFramework (2)
Serialization\ImageSourceTypeConverter.cs (2)
179int uriHashCode = imageUri.GetHashCode(); 505manager.ResourcePolicy.CurrentPageImageTable.Add(imageUri.GetHashCode(), imageUri);
System.Net.Http (1)
src\runtime\src\libraries\Common\src\System\Net\CredentialCacheKey.cs (1)
78UriPrefix.GetHashCode();
System.Net.Primitives (1)
src\runtime\src\libraries\Common\src\System\Net\CredentialCacheKey.cs (1)
78UriPrefix.GetHashCode();
System.Private.Uri (1)
System\UriBuilder.cs (1)
279public override int GetHashCode() => Uri.GetHashCode();
System.Private.Xml (1)
System\Xml\Schema\Chameleonkey.cs (1)
47_hashCode = unchecked(targetNS.GetHashCode() + chameleonLocation.GetHashCode() +
System.Speech (1)
Internal\Synthesis\ISSmlParser.cs (1)
87return _uri.GetHashCode();