8 references to TestCodeMarkdown
Microsoft.CodeAnalysis.CSharp.Features (1)
EmbeddedLanguages\CSharpTestEmbeddedLanguageClassifier.cs (1)
60context.AddClassification(ClassificationTypeNames.TestCodeMarkdown, span);
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\ClassificationTypeDefinitions.cs (1)
109[Name(ClassificationTypeNames.TestCodeMarkdown)]
Classification\ClassificationTypeFormatDefinitions.cs (2)
772[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.TestCodeMarkdown)] 773[Name(ClassificationTypeNames.TestCodeMarkdown)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.cs (1)
218=> New(text, ClassificationTypeNames.TestCodeMarkdown);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
148[ClassificationTypeNames.TestCodeMarkdown] = TestCodeMarkdown,
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
99TestCodeMarkdown,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
196UpdateForegroundColor(ClassificationTypeNames.TestCodeMarkdown, sourceFormatMap, targetFormatMap);