2 references to GetStatements
Microsoft.CodeAnalysis.Features (2)
InvertIf\AbstractInvertIfCodeRefactoringProvider.cs (2)
384
var statements =
GetStatements
(parent);
408
builder.Add(new StatementRange(nextStatement,
GetStatements
(node).Last()));