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