5 references to AllTypeNames
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
Workspaces\ClassificationTypeNamesTests.cs (3)
49
=> Assert.True(ClassificationTypeNames.
AllTypeNames
.Contains(fieldName), $"Missing token type {fieldName}.");
53
=> Assert.Equal(ClassificationTypeNames.
AllTypeNames
.Distinct(), ClassificationTypeNames.
AllTypeNames
);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensHelpers.cs (1)
45
public static readonly ImmutableArray<string> RoslynCustomTokenTypes = ClassificationTypeNames.
AllTypeNames
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
SemanticTokens\SemanticTokensRangeTests.cs (1)
384
public static IEnumerable<object[]> ClassificationTypeNamesToMatch => ClassificationTypeNames.
AllTypeNames
.Where(