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