1 instantiation of SemanticTokensRangesHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensRangesHandlerFactory.cs (1)
29
return new
SemanticTokensRangesHandler
(_globalOptions, semanticTokensRefreshQueue);
1 reference to SemanticTokensRangesHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensRangesHandlerFactory.cs (1)
13
[ExportCSharpVisualBasicLspServiceFactory(typeof(
SemanticTokensRangesHandler
)), Shared]