2 references to EmbeddedLanguage
Microsoft.CodeAnalysis.Workspaces (2)
Classification\AbstractClassificationService.cs (2)
43
return AddClassificationsAsync(document, textSpans, options, ClassificationType.
EmbeddedLanguage
, result, cancellationToken);
170
else if (type == ClassificationType.
EmbeddedLanguage
)