2 references to GetNearestParentJumpStatementKind
Microsoft.CodeAnalysis.Features (2)
InvertIf\AbstractInvertIfCodeRefactoringProvider.cs (2)
170GetNearestParentJumpStatementKind(ifNode).Equals(syntaxKinds.Convert<TSyntaxKind>(ifBodySingleExitPointOpt.RawKind))) 520var newIfBody = GetJumpStatement(GetNearestParentJumpStatementKind(ifNode));