2 references to IsControlFlowLikeKeywordStatementKind
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
SpacingFormattingRule.cs (2)
193if (previousKind == SyntaxKind.OpenParenToken && IsControlFlowLikeKeywordStatementKind(previousParentKind)) 198if (currentKind == SyntaxKind.CloseParenToken && IsControlFlowLikeKeywordStatementKind(currentParentKind))