48 references to PreprocessorKeyword
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.cs (1)
136=> New(text, ClassificationTypeNames.PreprocessorKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (42)
Classification\Worker_Preprocesser.cs (42)
152AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 153AddClassification(node.IfKeyword, ClassificationTypeNames.PreprocessorKeyword); 160AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 161AddClassification(node.ElifKeyword, ClassificationTypeNames.PreprocessorKeyword); 168AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 169AddClassification(node.ElseKeyword, ClassificationTypeNames.PreprocessorKeyword); 175AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 176AddClassification(node.EndIfKeyword, ClassificationTypeNames.PreprocessorKeyword); 182AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 183AddClassification(node.ErrorKeyword, ClassificationTypeNames.PreprocessorKeyword); 189AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 190AddClassification(node.WarningKeyword, ClassificationTypeNames.PreprocessorKeyword); 196AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 197AddClassification(node.RegionKeyword, ClassificationTypeNames.PreprocessorKeyword); 203AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 204AddClassification(node.EndRegionKeyword, ClassificationTypeNames.PreprocessorKeyword); 210AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 211AddClassification(node.DefineKeyword, ClassificationTypeNames.PreprocessorKeyword); 218AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 219AddClassification(node.UndefKeyword, ClassificationTypeNames.PreprocessorKeyword); 226AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 227AddClassification(node.Identifier, ClassificationTypeNames.PreprocessorKeyword); 233AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 234AddClassification(node.LineKeyword, ClassificationTypeNames.PreprocessorKeyword); 240AddClassification(node.Line, ClassificationTypeNames.PreprocessorKeyword); 253AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 254AddClassification(node.LineKeyword, ClassificationTypeNames.PreprocessorKeyword); 282AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 283AddClassification(node.PragmaKeyword, ClassificationTypeNames.PreprocessorKeyword); 284AddClassification(node.ChecksumKeyword, ClassificationTypeNames.PreprocessorKeyword); 293AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 294AddClassification(node.PragmaKeyword, ClassificationTypeNames.PreprocessorKeyword); 295AddClassification(node.WarningKeyword, ClassificationTypeNames.PreprocessorKeyword); 296AddClassification(node.DisableOrRestoreKeyword, ClassificationTypeNames.PreprocessorKeyword); 313AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 314AddClassification(node.ReferenceKeyword, ClassificationTypeNames.PreprocessorKeyword); 321AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 322AddClassification(node.LoadKeyword, ClassificationTypeNames.PreprocessorKeyword); 329AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 330AddClassification(node.NullableKeyword, ClassificationTypeNames.PreprocessorKeyword); 331AddClassification(node.SettingToken, ClassificationTypeNames.PreprocessorKeyword); 332AddClassification(node.TargetToken, ClassificationTypeNames.PreprocessorKeyword);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.cs (1)
139=> New(text, ClassificationTypeNames.PreprocessorKeyword);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensSchema.cs (1)
52[ClassificationTypeNames.PreprocessorKeyword] = SemanticTokenTypes.Macro,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\Worker.vb (1)
205ClassifyToken(child.AsToken(), ClassificationTypeNames.PreprocessorKeyword)
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
26PreprocessorKeyword,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
157UpdateForegroundColor(ClassificationTypeNames.PreprocessorKeyword, sourceFormatMap, targetFormatMap);