3 references to TextDocumentSemanticTokensRangeName
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\SemanticTokens\SemanticTokensRangeHandler.cs (1)
13
[Method(Methods.
TextDocumentSemanticTokensRangeName
)]
Protocol\Methods.Document.cs (1)
227
public static readonly LspRequest<SemanticTokensRangeParams, SemanticTokens?> TextDocumentSemanticTokensRange = new(
TextDocumentSemanticTokensRangeName
);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
SemanticTokens\AbstractSemanticTokensTests.cs (1)
39
var result = await testLspServer.ExecuteRequestAsync<LSP.SemanticTokensRangeParams, LSP.SemanticTokens>(LSP.Methods.
TextDocumentSemanticTokensRangeName
,