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