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