4 references to GetPartsOfParenthesizedExpression
Microsoft.CodeAnalysis.CodeStyle (4)
src\Analyzers\Core\Analyzers\UseCompoundAssignment\UseCompoundAssignmentUtilities.cs (1)
73
syntaxFacts.
GetPartsOfParenthesizedExpression
(expr,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (3)
290
syntaxFacts.
GetPartsOfParenthesizedExpression
(node, out _, out var child, out _);
334
syntaxFacts.
GetPartsOfParenthesizedExpression
(node,
515
syntaxFacts.
GetPartsOfParenthesizedExpression
(node, out _, out var expression, out _);