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