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