4 references to AllTypes
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\SemanticTokens\SemanticTokensSchema.cs (4)
102/// Equivalent to see <see cref="SemanticTokenTypes.AllTypes"/> combined with the remaining custom token names from <see cref="TokenTypeMap"/> 112.Where(tokenType => !SemanticTokenTypes.AllTypes.Contains(tokenType)) 116AllTokenTypes = [.. SemanticTokenTypes.AllTypes, .. customTokenTypes]; 120foreach (var lspTokenType in SemanticTokenTypes.AllTypes)