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