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