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