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