Base:
method
GetHashCode
System.Object.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.CodeAnalysis.EditorFeatures (1)
IntelliSense\QuickInfo\QuickInfoHyperLink.cs (1)
39return Uri.GetHashCode();
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\CodeDescription.cs (1)
73return this.Href == null ? 53 : this.Href.GetHashCode();
Protocol\TextDocumentIdentifier.cs (1)
72return this.Uri == null ? 89 : this.Uri.GetHashCode();
Workspaces\LspWorkspaceManager.cs (1)
93return obj.GetHashCode();
PresentationCore (4)
MS\Internal\FontCache\CanonicalFontFamilyReference.cs (1)
137_absoluteLocationUri.GetHashCode() :
MS\Internal\FontFace\FontFamilyIdentifier.cs (1)
448hash += HashFn.HashMultiply(_baseUri.GetHashCode());
System\Windows\Media\FontEmbeddingManager.cs (1)
108return obj.GetHashCode();
System\Windows\Media\GlyphTypeface.cs (1)
176return _originalUri.GetHashCode() ^ (int)StyleSimulations;
PresentationFramework (1)
System\Windows\Data\XmlNamespaceMapping.cs (1)
120return unchecked(hash + _uri.GetHashCode());
ReachFramework (2)
Serialization\ImageSourceTypeConverter.cs (2)
180int uriHashCode = imageUri.GetHashCode(); 506manager.ResourcePolicy.CurrentPageImageTable.Add(imageUri.GetHashCode(), imageUri);
System.Net.Http (1)
src\libraries\Common\src\System\Net\CredentialCacheKey.cs (1)
78UriPrefix.GetHashCode();
System.Net.Primitives (1)
src\libraries\Common\src\System\Net\CredentialCacheKey.cs (1)
78UriPrefix.GetHashCode();
System.Private.Uri (1)
System\UriBuilder.cs (1)
255public override int GetHashCode() => Uri.GetHashCode();
System.Private.Xml (1)
System\Xml\Schema\Chameleonkey.cs (1)
47_hashCode = unchecked(targetNS.GetHashCode() + chameleonLocation.GetHashCode() +