1 implementation of GetPartsOfRelationalPattern
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1452
public void
GetPartsOfRelationalPattern
(SyntaxNode node, out SyntaxToken operatorToken, out SyntaxNode expression)
1 reference to GetPartsOfRelationalPattern
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
314
syntaxFacts.
GetPartsOfRelationalPattern
(expressionNode, out var operatorToken, out var expression);