1 override of GetOperatorText
Microsoft.CodeAnalysis.CSharp.Features (1)
InvertLogical\CSharpInvertLogicalCodeRefactoringProvider.cs (1)
24
protected override string
GetOperatorText
(SyntaxKind binaryExprKind)
2 references to GetOperatorText
Microsoft.CodeAnalysis.Features (2)
InvertLogical\AbstractInvertLogicalCodeRefactoringProvider.cs (2)
141
GetOperatorText
(syntaxKinds.Convert<TSyntaxKind>(binaryExprKind)),
142
GetOperatorText
(syntaxKinds.Convert<TSyntaxKind>(InvertedKind(syntaxKinds, binaryExprKind))));