2 references to GetPartsOfBinaryExpression
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (2)
393
=> syntaxFacts.
GetPartsOfBinaryExpression
(node, out left, out _, out right);
403
syntaxFacts.
GetPartsOfBinaryExpression
(node, out _, out var token, out _);