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