5 references to Version
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Protocol\OptionalVersionedTextDocumentIdentifier.cs (5)
53
&& this.
Version
== other.
Version
73
return this.
Version
== null ? 89 : this.
Version
.GetHashCode()
81
return base.ToString() + "|" + this.
Version
?.ToString(CultureInfo.InvariantCulture);