4 references to TextDocumentSelectionRangeName
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\SelectionRanges\SelectionRangeHandler.cs (1)
18
[Method(Methods.
TextDocumentSelectionRangeName
)]
Protocol\Methods.Document.cs (1)
119
public static readonly LspRequest<SelectionRangeParams, SelectionRange[]?> TextDocumentSelectionRange = new(
TextDocumentSelectionRangeName
);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
SelectionRanges\SelectionRangesTests.cs (2)
185
LSP.Methods.
TextDocumentSelectionRangeName
, request, CancellationToken.None);
229
LSP.Methods.
TextDocumentSelectionRangeName
, request, CancellationToken.None);