4 references to Version
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Protocol\VersionedTextDocumentIdentifier.cs (4)
53
&& this.
Version
== other.
Version
73
return this.
Version
.GetHashCode()
81
return base.ToString() + "|" + this.
Version
.ToString(CultureInfo.InvariantCulture);