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)
16
internal class DocumentLinkParams : ITextDocumentParams, IWorkDoneProgressParams, IPartialResultParams<
DocumentLink
[]>
36
public IProgress<
DocumentLink
[]>? PartialResultToken { get; set; }
Protocol\Methods.Navigation.cs (3)
261
public static readonly LspRequest<DocumentLinkParams,
DocumentLink
[]?> TextDocumentDocumentLink = new(TextDocumentDocumentLinkName);
277
public static readonly LspRequest<
DocumentLink
,
DocumentLink
> DocumentLinkResolve = new(DocumentLinkResolveName);