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