6 references to DocumentLink
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Protocol\DocumentLinkClientCapabilities.cs (1)
18/// Whether the client supports the <see cref="DocumentLink.Tooltip"/> property.
Protocol\DocumentLinkParams.cs (2)
16internal class DocumentLinkParams : ITextDocumentParams, IWorkDoneProgressParams, IPartialResultParams<DocumentLink[]> 36public IProgress<DocumentLink[]>? PartialResultToken { get; set; }
Protocol\Methods.Navigation.cs (3)
261public static readonly LspRequest<DocumentLinkParams, DocumentLink[]?> TextDocumentDocumentLink = new(TextDocumentDocumentLinkName); 277public static readonly LspRequest<DocumentLink, DocumentLink> DocumentLinkResolve = new(DocumentLinkResolveName);