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