2 overrides of GetJumpStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
InvertIf\CSharpInvertIfCodeRefactoringProvider.cs (1)
108protected override StatementSyntax GetJumpStatement(SyntaxKind kind)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
InvertIf\VisualBasicInvertIfCodeRefactoringProvider.vb (1)
74Protected NotOverridable Overrides Function GetJumpStatement(kind As SyntaxKind) As StatementSyntax
1 reference to GetJumpStatement
Microsoft.CodeAnalysis.Features (1)
InvertIf\AbstractInvertIfCodeRefactoringProvider.cs (1)
521var newIfBody = GetJumpStatement(GetNearestParentJumpStatementKind(ifNode));