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)
152
AddClassification(node.HashToken, ClassificationTypeNames.
PreprocessorKeyword
);
153
AddClassification(node.IfKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
160
AddClassification(node.HashToken, ClassificationTypeNames.
PreprocessorKeyword
);
161
AddClassification(node.ElifKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
168
AddClassification(node.HashToken, ClassificationTypeNames.
PreprocessorKeyword
);
169
AddClassification(node.ElseKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
175
AddClassification(node.HashToken, ClassificationTypeNames.
PreprocessorKeyword
);
176
AddClassification(node.EndIfKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
182
AddClassification(node.HashToken, ClassificationTypeNames.
PreprocessorKeyword
);
183
AddClassification(node.ErrorKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
189
AddClassification(node.HashToken, ClassificationTypeNames.
PreprocessorKeyword
);
190
AddClassification(node.WarningKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
196
AddClassification(node.HashToken, ClassificationTypeNames.
PreprocessorKeyword
);
197
AddClassification(node.RegionKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
203
AddClassification(node.HashToken, ClassificationTypeNames.
PreprocessorKeyword
);
204
AddClassification(node.EndRegionKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
210
AddClassification(node.HashToken, ClassificationTypeNames.
PreprocessorKeyword
);
211
AddClassification(node.DefineKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
218
AddClassification(node.HashToken, ClassificationTypeNames.
PreprocessorKeyword
);
219
AddClassification(node.UndefKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
226
AddClassification(node.HashToken, ClassificationTypeNames.
PreprocessorKeyword
);
227
AddClassification(node.Identifier, ClassificationTypeNames.
PreprocessorKeyword
);
233
AddClassification(node.HashToken, ClassificationTypeNames.
PreprocessorKeyword
);
234
AddClassification(node.LineKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
240
AddClassification(node.Line, ClassificationTypeNames.
PreprocessorKeyword
);
253
AddClassification(node.HashToken, ClassificationTypeNames.
PreprocessorKeyword
);
254
AddClassification(node.LineKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
282
AddClassification(node.HashToken, ClassificationTypeNames.
PreprocessorKeyword
);
283
AddClassification(node.PragmaKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
284
AddClassification(node.ChecksumKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
293
AddClassification(node.HashToken, ClassificationTypeNames.
PreprocessorKeyword
);
294
AddClassification(node.PragmaKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
295
AddClassification(node.WarningKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
296
AddClassification(node.DisableOrRestoreKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
313
AddClassification(node.HashToken, ClassificationTypeNames.
PreprocessorKeyword
);
314
AddClassification(node.ReferenceKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
321
AddClassification(node.HashToken, ClassificationTypeNames.
PreprocessorKeyword
);
322
AddClassification(node.LoadKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
329
AddClassification(node.HashToken, ClassificationTypeNames.
PreprocessorKeyword
);
330
AddClassification(node.NullableKeyword, ClassificationTypeNames.
PreprocessorKeyword
);
331
AddClassification(node.SettingToken, ClassificationTypeNames.
PreprocessorKeyword
);
332
AddClassification(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)
205
ClassifyToken(child.AsToken(), ClassificationTypeNames.
PreprocessorKeyword
)
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
26
PreprocessorKeyword
,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
157
UpdateForegroundColor(ClassificationTypeNames.
PreprocessorKeyword
, sourceFormatMap, targetFormatMap);