6 references to EmbeddedLanguage
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (1)
146await ProduceTagsAsync(context, snapshotSpan, classificationService, options, ClassificationType.EmbeddedLanguage, cancellationToken).ConfigureAwait(false);
Classification\Semantic\ClassificationUtilities.cs (1)
200else if (type == ClassificationType.EmbeddedLanguage)
Classification\Semantic\EmbeddedLanguageClassificationViewTaggerProvider.cs (1)
33: base(threadingContext, typeMap, globalOptions, visibilityTracker, listenerProvider, ClassificationType.EmbeddedLanguage)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SemanticClassification\RemoteSemanticClassificationService.Caching.cs (1)
78ClassificationType.EmbeddedLanguage => s_embeddedLanguagePersistenceName,
Microsoft.CodeAnalysis.Workspaces (2)
Classification\AbstractClassificationService.cs (2)
35return AddClassificationsAsync(document, textSpan, options, ClassificationType.EmbeddedLanguage, result, cancellationToken); 170else if (type == ClassificationType.EmbeddedLanguage)