52 references to PreprocessorKeyword
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.cs (1)
136=> New(text, ClassificationTypeNames.PreprocessorKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (46)
Classification\Worker_Preprocesser.cs (46)
156AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 157AddClassification(node.IfKeyword, ClassificationTypeNames.PreprocessorKeyword); 164AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 165AddClassification(node.ElifKeyword, ClassificationTypeNames.PreprocessorKeyword); 172AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 173AddClassification(node.ElseKeyword, ClassificationTypeNames.PreprocessorKeyword); 179AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 180AddClassification(node.EndIfKeyword, ClassificationTypeNames.PreprocessorKeyword); 186AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 187AddClassification(node.ErrorKeyword, ClassificationTypeNames.PreprocessorKeyword); 193AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 194AddClassification(node.WarningKeyword, ClassificationTypeNames.PreprocessorKeyword); 200AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 201AddClassification(node.RegionKeyword, ClassificationTypeNames.PreprocessorKeyword); 207AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 208AddClassification(node.EndRegionKeyword, ClassificationTypeNames.PreprocessorKeyword); 214AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 215AddClassification(node.DefineKeyword, ClassificationTypeNames.PreprocessorKeyword); 222AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 223AddClassification(node.UndefKeyword, ClassificationTypeNames.PreprocessorKeyword); 230AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 231AddClassification(node.Identifier, ClassificationTypeNames.PreprocessorKeyword); 237AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 238AddClassification(node.LineKeyword, ClassificationTypeNames.PreprocessorKeyword); 244AddClassification(node.Line, ClassificationTypeNames.PreprocessorKeyword); 257AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 258AddClassification(node.LineKeyword, ClassificationTypeNames.PreprocessorKeyword); 286AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 287AddClassification(node.PragmaKeyword, ClassificationTypeNames.PreprocessorKeyword); 288AddClassification(node.ChecksumKeyword, ClassificationTypeNames.PreprocessorKeyword); 297AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 298AddClassification(node.PragmaKeyword, ClassificationTypeNames.PreprocessorKeyword); 299AddClassification(node.WarningKeyword, ClassificationTypeNames.PreprocessorKeyword); 300AddClassification(node.DisableOrRestoreKeyword, ClassificationTypeNames.PreprocessorKeyword); 317AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 318AddClassification(node.ReferenceKeyword, ClassificationTypeNames.PreprocessorKeyword); 325AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 326AddClassification(node.LoadKeyword, ClassificationTypeNames.PreprocessorKeyword); 333AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 334AddClassification(node.ColonToken, ClassificationTypeNames.PreprocessorKeyword); 343AddClassification(keywordSpan, ClassificationTypeNames.PreprocessorKeyword); 348AddClassification(node.Content, ClassificationTypeNames.PreprocessorKeyword); 356AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 357AddClassification(node.NullableKeyword, ClassificationTypeNames.PreprocessorKeyword); 358AddClassification(node.SettingToken, ClassificationTypeNames.PreprocessorKeyword); 359AddClassification(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)
155UpdateForegroundColor(ClassificationTypeNames.PreprocessorKeyword, sourceFormatMap, targetFormatMap);