1 instantiation of SemanticTokensRangesHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensRangesHandlerFactory.cs (1)
29return new SemanticTokensRangesHandler(_globalOptions, semanticTokensRefreshQueue);
3 references to SemanticTokensRangesHandler
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\RazorInProcLanguageClient.cs (1)
81experimental[SemanticTokensRangesHandler.SemanticRangesMethodName] = true;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensRangesHandlerFactory.cs (1)
13[ExportCSharpVisualBasicLspServiceFactory(typeof(SemanticTokensRangesHandler)), Shared]
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
SemanticTokens\AbstractSemanticTokensTests.cs (1)
47var result = await testLspServer.ExecuteRequestAsync<SemanticTokensRangesParams, LSP.SemanticTokens>(SemanticTokensRangesHandler.SemanticRangesMethodName,