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