9 references to ClassificationType
Microsoft.CodeAnalysis.Workspaces (9)
Classification\AbstractClassificationService.cs (7)
37return AddClassificationsAsync(document, textSpans, options, ClassificationType.Semantic, result, cancellationToken); 43return AddClassificationsAsync(document, textSpans, options, ClassificationType.EmbeddedLanguage, result, cancellationToken); 50ClassificationType type, 110ClassificationType type, 140ClassificationType type, 145if (type == ClassificationType.Semantic) 170else if (type == ClassificationType.EmbeddedLanguage)
Classification\IRemoteSemanticClassificationService.cs (2)
34ClassificationType type, 53ClassificationType type,