3 references to IsFunctionLikeKeywordExpressionKind
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
SpacingFormattingRule.cs (3)
139if (currentKind == SyntaxKind.OpenParenToken && IsFunctionLikeKeywordExpressionKind(currentParentKind)) 144if (previousKind == SyntaxKind.OpenParenToken && IsFunctionLikeKeywordExpressionKind(previousParentKind)) 149if (currentKind == SyntaxKind.CloseParenToken && IsFunctionLikeKeywordExpressionKind(currentParentKind))