6 references to EmbeddedLanguage
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Semantic\AbstractSemanticOrEmbeddedClassificationViewTaggerProvider.cs (1)
243
else if (_type == ClassificationType.
EmbeddedLanguage
)
Classification\Semantic\EmbeddedLanguageClassificationViewTaggerProvider.cs (1)
17
: AbstractSemanticOrEmbeddedClassificationViewTaggerProvider(taggerHost, typeMap, ClassificationType.
EmbeddedLanguage
);
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\SemanticClassification\RemoteSemanticClassificationService.Caching.cs (2)
80
ClassificationType.
EmbeddedLanguage
=> s_embeddedLanguagePersistenceName,
158
else if (type == ClassificationType.
EmbeddedLanguage
)
Microsoft.CodeAnalysis.Workspaces (2)
Classification\AbstractClassificationService.cs (2)
42
return AddClassificationsAsync(document, textSpans, options, ClassificationType.
EmbeddedLanguage
, result, cancellationToken);
169
else if (type == ClassificationType.
EmbeddedLanguage
)