1 write to AllTokenTypes
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensSchema.cs (1)
105AllTokenTypes = [.. SemanticTokenTypes.AllTypes, .. customTokenTypes];
2 references to AllTokenTypes
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
DefaultCapabilitiesProvider.cs (1)
101TokenTypes = [.. 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