6 references to AllTypeNames
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
Workspaces\ClassificationTypeNamesTests.cs (3)
42
=> Assert.True(ClassificationTypeNames.
AllTypeNames
.Contains(fieldName), $"Missing token type {fieldName}.");
46
=> Assert.Equal(ClassificationTypeNames.
AllTypeNames
.Distinct(), ClassificationTypeNames.
AllTypeNames
);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\SemanticTokens\SemanticTokensSchema.cs (2)
61
private static readonly SemanticTokensSchema s_vsTokenSchema = new(ClassificationTypeNames.
AllTypeNames
72
private static readonly SemanticTokensSchema s_pureLspTokenSchema = new(ClassificationTypeNames.
AllTypeNames
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
SemanticTokens\SemanticTokensRangeTests.cs (1)
586
var expectedNames = ClassificationTypeNames.
AllTypeNames
.Where(s => !ClassificationTypeNames.AdditiveTypeNames.Contains(s));