1 implementation of GetClassificationType
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Utilities\ClassificationTypeMap.cs (1)
23
public abstract IClassificationType
GetClassificationType
(string name);
1 reference to GetClassificationType
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Semantic\ClassificationUtilities.cs (1)
18
new ClassificationTag(typeMap.
GetClassificationType
(classifiedSpan.ClassificationType)));