1 write to AllTokenTypes
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensSchema.cs (1)
105
AllTokenTypes
= [.. SemanticTokenTypes.AllTypes, .. customTokenTypes];
2 references to AllTokenTypes
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
DefaultCapabilitiesProvider.cs (1)
102
TokenTypes = [.. SemanticTokensSchema.GetSchema(clientCapabilities.HasVisualStudioLspCapability()).
AllTokenTypes
],
Handler\SemanticTokens\SemanticTokensSchema.cs (1)
85
/// Mapping from the semantic token type name to the index in <see cref="
AllTokenTypes
"/>. Required since we report