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