1 instantiation of SemanticTokensFullHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensFullHandlerFactory.cs (1)
22
return new
SemanticTokensFullHandler
(_globalOptions, semanticTokensRefreshQueue);
1 reference to SemanticTokensFullHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensFullHandlerFactory.cs (1)
12
[ExportCSharpVisualBasicLspServiceFactory(typeof(
SemanticTokensFullHandler
)), Shared]