4 references to SemanticTokensRangeParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\SemanticTokens\SemanticTokensRangeHandler.cs (3)
15internal class SemanticTokensRangeHandler : ILspServiceDocumentRequestHandler<SemanticTokensRangeParams, LSP.SemanticTokens> 31public TextDocumentIdentifier GetTextDocumentIdentifier(LSP.SemanticTokensRangeParams request) 38SemanticTokensRangeParams request,
Protocol\Methods.Document.cs (1)
227public static readonly LspRequest<SemanticTokensRangeParams, SemanticTokens?> TextDocumentSemanticTokensRange = new(TextDocumentSemanticTokensRangeName);