Base:
4 references to GetHashCode
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Protocol\CodeDescription.cs (1)
73
return this.Href == null ? 53 : this.Href.
GetHashCode
();
Protocol\Location.cs (1)
64
hashCode = (hashCode * -1521134295) + this.DocumentUri.
GetHashCode
();
Protocol\LocationLink.cs (1)
75
Hash.Combine(TargetUri.
GetHashCode
(),
Protocol\TextDocumentIdentifier.cs (1)
77
return this.DocumentUri == null ? 89 : this.DocumentUri.
GetHashCode
();