1 override of GetCondition
Microsoft.CodeAnalysis.CSharp.Features (1)
InvertIf\CSharpInvertIfCodeRefactoringProvider.cs (1)
47
protected override SyntaxNode
GetCondition
(IfDirectiveTriviaSyntax ifNode)
1 reference to GetCondition
Microsoft.CodeAnalysis.Features (1)
InvertIf\AbstractInvertIfCodeRefactoringProvider.cs (1)
162
var condition =
GetCondition
(ifDirective);