9 references to ClassificationType
Microsoft.CodeAnalysis.Workspaces (9)
Classification\AbstractClassificationService.cs (7)
36return AddClassificationsAsync(document, textSpans, options, ClassificationType.Semantic, result, cancellationToken); 42return AddClassificationsAsync(document, textSpans, options, ClassificationType.EmbeddedLanguage, result, cancellationToken); 49ClassificationType type, 109ClassificationType type, 139ClassificationType type, 144if (type == ClassificationType.Semantic) 169else if (type == ClassificationType.EmbeddedLanguage)
Classification\IRemoteSemanticClassificationService.cs (2)
34ClassificationType type, 53ClassificationType type,