2 references to IsControlStatementKind
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\ClassificationHelpers.cs (1)
64IsControlStatementKind(token.Parent.Kind());
Classification\Worker_DocumentationComments.cs (1)
312var isControlKeyword = ClassificationHelpers.IsControlKeywordKind(kind) || ClassificationHelpers.IsControlStatementKind(kind);