1 instantiation of SemanticTokensRangeParams
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
SemanticTokens\AbstractSemanticTokensTests.cs (1)
60
=>
new
()
6 references to SemanticTokensRangeParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\SemanticTokens\SemanticTokensRangeHandler.cs (3)
16
SemanticTokensRefreshQueue semanticTokensRefreshQueue) : ILspServiceDocumentRequestHandler<
SemanticTokensRangeParams
, LSP.SemanticTokens>
24
public TextDocumentIdentifier GetTextDocumentIdentifier(
SemanticTokensRangeParams
request)
31
SemanticTokensRangeParams
request,
Protocol\Methods.Document.cs (1)
227
public static readonly LspRequest<
SemanticTokensRangeParams
, SemanticTokens?> TextDocumentSemanticTokensRange = new(TextDocumentSemanticTokensRangeName);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
SemanticTokens\AbstractSemanticTokensTests.cs (2)
39
var result = await testLspServer.ExecuteRequestAsync<LSP.
SemanticTokensRangeParams
, LSP.SemanticTokens>(LSP.Methods.TextDocumentSemanticTokensRangeName,
59
private static LSP.
SemanticTokensRangeParams
CreateSemanticTokensRangeParams(LSP.Location location)