5 references to ControlKeyword
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\ClassificationHelpers.cs (1)
34return ClassificationTypeNames.ControlKeyword;
Classification\Worker_DocumentationComments.cs (1)
320AddClassification(token, isControlKeyword ? ClassificationTypeNames.ControlKeyword : ClassificationTypeNames.Keyword);
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Classification\ClassificationHelpers.vb (1)
22Return ClassificationTypeNames.ControlKeyword
Classification\Worker.DocumentationCommentClassifier.vb (1)
298AddXmlClassification(token, If(isControlKeyword, ClassificationTypeNames.ControlKeyword, ClassificationTypeNames.Keyword))
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
22ControlKeyword,