2 overrides of GetOperatorText
Microsoft.CodeAnalysis.CSharp.Features (1)
InvertLogical\CSharpInvertLogicalCodeRefactoringProvider.cs (1)
24
protected override string
GetOperatorText
(SyntaxKind binaryExprKind)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
InvertLogical\VisualBasicInvertLogicalCodeRefactoringProvider.vb (1)
22
Protected Overrides Function
GetOperatorText
(binaryExprKind As SyntaxKind) As String
2 references to GetOperatorText
Microsoft.CodeAnalysis.Features (2)
InvertLogical\AbstractInvertLogicalCodeRefactoringProvider.cs (2)
142
GetOperatorText
(syntaxKinds.Convert<TSyntaxKind>(binaryExprKind)),
143
GetOperatorText
(syntaxKinds.Convert<TSyntaxKind>(InvertedKind(syntaxKinds, binaryExprKind))));