Base:
3 references to GetHashCode
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
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\TextDocumentIdentifier.cs (1)
77
return this.DocumentUri == null ? 89 : this.DocumentUri.
GetHashCode
();