8 references to XmlLiteralProcessingInstruction
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.cs (1)
175=> New(text, ClassificationTypeNames.XmlLiteralProcessingInstruction);
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\ClassificationTypeDefinitions.cs (1)
432[Name(ClassificationTypeNames.XmlLiteralProcessingInstruction)]
Classification\ClassificationTypeFormatDefinitions.cs (2)
1347[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.XmlLiteralProcessingInstruction)] 1348[Name(ClassificationTypeNames.XmlLiteralProcessingInstruction)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.cs (1)
190=> New(text, ClassificationTypeNames.XmlLiteralProcessingInstruction);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
129[ClassificationTypeNames.XmlLiteralProcessingInstruction] = XmlLiteralProcessingInstruction,
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
79XmlLiteralProcessingInstruction,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
187UpdateForegroundColor(ClassificationTypeNames.XmlLiteralProcessingInstruction, sourceFormatMap, targetFormatMap);