3 references to IsParenthesizedExpression
Microsoft.CodeAnalysis.CodeStyle (3)
src\Analyzers\Core\Analyzers\UseCompoundAssignment\UseCompoundAssignmentUtilities.cs (1)
70if (syntaxFacts.IsParenthesizedExpression(expr))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (2)
288while (syntaxFacts.IsParenthesizedExpression(node)) 300while (syntaxFacts.IsParenthesizedExpression(node?.Parent))