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