6 references to EmbeddedLanguage
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (1)
146
await ProduceTagsAsync(context, snapshotSpan, classificationService, options, ClassificationType.
EmbeddedLanguage
, cancellationToken).ConfigureAwait(false);
Classification\Semantic\ClassificationUtilities.cs (1)
200
else 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)
78
ClassificationType.
EmbeddedLanguage
=> s_embeddedLanguagePersistenceName,
Microsoft.CodeAnalysis.Workspaces (2)
Classification\AbstractClassificationService.cs (2)
35
return AddClassificationsAsync(document, textSpan, options, ClassificationType.
EmbeddedLanguage
, result, cancellationToken);
170
else if (type == ClassificationType.
EmbeddedLanguage
)