1 instantiation of SemanticTokensRangeParams
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
SemanticTokens\AbstractSemanticTokensTests.cs (1)
60=> new LSP.SemanticTokensRangeParams
6 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);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
SemanticTokens\AbstractSemanticTokensTests.cs (2)
39var result = await testLspServer.ExecuteRequestAsync<LSP.SemanticTokensRangeParams, LSP.SemanticTokens>(LSP.Methods.TextDocumentSemanticTokensRangeName, 59private static LSP.SemanticTokensRangeParams CreateSemanticTokensRangeParams(LSP.Location location)