2 references to IsControlKeywordKind
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Classification\ClassificationHelpers.vb (1)
74
Return
IsControlKeywordKind
(token.Kind) AndAlso
Classification\Worker.DocumentationCommentClassifier.vb (1)
297
Dim isControlKeyword =
IsControlKeywordKind
(kind) Or IsControlStatementKind(kind)