6 references to Version
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Handler\DocumentChanges\DidChangeHandler.cs (1)
35context.UpdateTrackedDocument(request.TextDocument.DocumentUri, text, request.TextDocument.Version);
Protocol\VersionedTextDocumentIdentifier.cs (4)
53&& this.Version == other.Version 73return this.Version.GetHashCode() 81return base.ToString() + "|" + this.Version.ToString(CultureInfo.InvariantCulture);
Workspaces\TrackedDocumentInfo.cs (1)
15/// <param name="LspVersion">The client version associated with the text, from <see cref="VersionedTextDocumentIdentifier.Version"/></param>