3 references to ControlKeyword
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\ClassificationHelpers.cs (1)
34
return ClassificationTypeNames.
ControlKeyword
;
Classification\Worker_DocumentationComments.cs (1)
320
AddClassification(token, isControlKeyword ? ClassificationTypeNames.
ControlKeyword
: ClassificationTypeNames.Keyword);
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
22
ControlKeyword
,