48 references to PreprocessorKeyword
Microsoft.CodeAnalysis.CSharp.Workspaces (46)
Classification\Worker_Preprocesser.cs (46)
157AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 158AddClassification(node.IfKeyword, ClassificationTypeNames.PreprocessorKeyword); 165AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 166AddClassification(node.ElifKeyword, ClassificationTypeNames.PreprocessorKeyword); 173AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 174AddClassification(node.ElseKeyword, ClassificationTypeNames.PreprocessorKeyword); 180AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 181AddClassification(node.EndIfKeyword, ClassificationTypeNames.PreprocessorKeyword); 187AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 188AddClassification(node.ErrorKeyword, ClassificationTypeNames.PreprocessorKeyword); 194AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 195AddClassification(node.WarningKeyword, ClassificationTypeNames.PreprocessorKeyword); 201AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 202AddClassification(node.RegionKeyword, ClassificationTypeNames.PreprocessorKeyword); 208AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 209AddClassification(node.EndRegionKeyword, ClassificationTypeNames.PreprocessorKeyword); 215AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 216AddClassification(node.DefineKeyword, ClassificationTypeNames.PreprocessorKeyword); 223AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 224AddClassification(node.UndefKeyword, ClassificationTypeNames.PreprocessorKeyword); 231AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 232AddClassification(node.Identifier, ClassificationTypeNames.PreprocessorKeyword); 238AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 239AddClassification(node.LineKeyword, ClassificationTypeNames.PreprocessorKeyword); 245AddClassification(node.Line, ClassificationTypeNames.PreprocessorKeyword); 258AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 259AddClassification(node.LineKeyword, ClassificationTypeNames.PreprocessorKeyword); 287AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 288AddClassification(node.PragmaKeyword, ClassificationTypeNames.PreprocessorKeyword); 289AddClassification(node.ChecksumKeyword, ClassificationTypeNames.PreprocessorKeyword); 298AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 299AddClassification(node.PragmaKeyword, ClassificationTypeNames.PreprocessorKeyword); 300AddClassification(node.WarningKeyword, ClassificationTypeNames.PreprocessorKeyword); 301AddClassification(node.DisableOrRestoreKeyword, ClassificationTypeNames.PreprocessorKeyword); 318AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 319AddClassification(node.ReferenceKeyword, ClassificationTypeNames.PreprocessorKeyword); 326AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 327AddClassification(node.LoadKeyword, ClassificationTypeNames.PreprocessorKeyword); 338AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 339AddClassification(node.ColonToken, ClassificationTypeNames.PreprocessorKeyword); 349AddClassification(node.Content, ClassificationTypeNames.PreprocessorKeyword); 356AddClassification(new TextSpan(node.Content.SpanStart, firstWhitespaceIndex), ClassificationTypeNames.PreprocessorKeyword); 455AddClassification(node.HashToken, ClassificationTypeNames.PreprocessorKeyword); 456AddClassification(node.NullableKeyword, ClassificationTypeNames.PreprocessorKeyword); 457AddClassification(node.SettingToken, ClassificationTypeNames.PreprocessorKeyword); 458AddClassification(node.TargetToken, ClassificationTypeNames.PreprocessorKeyword);
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\Worker.vb (1)
204ClassifyToken(child.AsToken(), ClassificationTypeNames.PreprocessorKeyword)
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
26PreprocessorKeyword,