9 references to XmlLiteralText
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.cs (1)
171=> New(text, ClassificationTypeNames.XmlLiteralText);
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\ClassificationTypeDefinitions.cs (1)
414[Name(ClassificationTypeNames.XmlLiteralText)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.cs (1)
174=> New(text, ClassificationTypeNames.XmlLiteralText);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Classification\ClassificationTypeFormatDefinitions.cs (2)
1289[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.XmlLiteralText)] 1290[Name(ClassificationTypeNames.XmlLiteralText)]
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
124[ClassificationTypeNames.XmlLiteralText] = XmlLiteralText,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\ClassificationHelpers.vb (1)
47Return ClassificationTypeNames.XmlLiteralText
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
77XmlLiteralText,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
185UpdateForegroundColor(ClassificationTypeNames.XmlLiteralText, sourceFormatMap, targetFormatMap);