5 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.VisualBasic.Workspaces (2)
Classification\ClassificationHelpers.vb (1)
22
Return ClassificationTypeNames.
ControlKeyword
Classification\Worker.DocumentationCommentClassifier.vb (1)
298
AddXmlClassification(token, If(isControlKeyword, ClassificationTypeNames.
ControlKeyword
, ClassificationTypeNames.Keyword))
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
22
ControlKeyword
,