3 references to ClassificationTypeToSemanticTokenTypeMap
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\SemanticTokens\SemanticTokensHelpers.cs (2)
47
type => !
ClassificationTypeToSemanticTokenTypeMap
.ContainsKey(type) &&
351
if (!
ClassificationTypeToSemanticTokenTypeMap
.TryGetValue(classificationType, out var tokenTypeStr))
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
SemanticTokens\SemanticTokensRangeTests.cs (1)
385
type => !SemanticTokensHelpers.
ClassificationTypeToSemanticTokenTypeMap
.ContainsKey(type) &&