4 references to SelectionRange
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Protocol\Methods.Document.cs (1)
119
public static readonly LspRequest<SelectionRangeParams,
SelectionRange
[]?> TextDocumentSelectionRange = new(TextDocumentSelectionRangeName);
Protocol\SelectionRange.cs (1)
33
public
SelectionRange
Parent { get; init; }
Protocol\SelectionRangeParams.cs (2)
17
internal class SelectionRangeParams : ITextDocumentParams, IWorkDoneProgressParams, IPartialResultParams<
SelectionRange
[]>
41
public IProgress<
SelectionRange
[]>? PartialResultToken { get; set; }