8 references to XmlLiteralDelimiter
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.cs (1)
183=> New(text, ClassificationTypeNames.XmlLiteralDelimiter);
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\ClassificationTypeDefinitions.cs (1)
384[Name(ClassificationTypeNames.XmlLiteralDelimiter)]
Classification\ClassificationTypeFormatDefinitions.cs (2)
1221[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.XmlLiteralDelimiter)] 1222[Name(ClassificationTypeNames.XmlLiteralDelimiter)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.cs (1)
186=> New(text, ClassificationTypeNames.XmlLiteralDelimiter);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
119[ClassificationTypeNames.XmlLiteralDelimiter] = XmlLiteralDelimiter,
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
72XmlLiteralDelimiter,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
187UpdateForegroundColor(ClassificationTypeNames.XmlLiteralDelimiter, sourceFormatMap, targetFormatMap);