3 references to UnwrapBlock
Microsoft.CodeAnalysis.Features (3)
InvertIf\AbstractInvertIfCodeRefactoringProvider.cs (3)
481var newTrailing = UnwrapBlock(ifBody).ToArray(); 532statementsBeforeIf.Concat(updatedIf).Concat(UnwrapBlock(ifBody))); 558statementsBeforeIf.Concat(updatedIf).Concat(UnwrapBlock(ifBody)).Concat(newIfBody));