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