1 implementation of GetPartsOfParenthesizedExpression
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1659
public void
GetPartsOfParenthesizedExpression
(
3 references to GetPartsOfParenthesizedExpression
Roslyn.Diagnostics.Analyzers (3)
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 _);