1 instantiation of SemanticTokensCapabilities
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Generator.cs (1)
94new SemanticTokensCapabilities(SemanticTokensHelpers.AllTokenTypes, new[] { SemanticTokenModifiers.Static }));
2 references to SemanticTokensCapabilities
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (2)
Graph\Capabilities.cs (2)
40public SemanticTokensCapabilities SemanticTokensProvider { get; } 52SemanticTokensCapabilities semanticTokensProvider)