9 references to PreprocessorText
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.cs (1)
140=> New(text, ClassificationTypeNames.PreprocessorText);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Classification\Worker_Preprocesser.cs (1)
107AddClassification(trivia, ClassificationTypeNames.PreprocessorText);
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\ClassificationTypeDefinitions.cs (1)
18[Name(ClassificationTypeNames.PreprocessorText)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.cs (1)
143=> New(text, ClassificationTypeNames.PreprocessorText);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Classification\ClassificationTypeFormatDefinitions.cs (2)
23[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.PreprocessorText)] 24[Name(ClassificationTypeNames.PreprocessorText)]
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
91[ClassificationTypeNames.PreprocessorText] = PreprocessorText,
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
33PreprocessorText,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
158UpdateForegroundColor(ClassificationTypeNames.PreprocessorText, sourceFormatMap, targetFormatMap);