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