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