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