2 overrides of GetStatements
Microsoft.CodeAnalysis.CSharp.Features (1)
InvertIf\CSharpInvertIfCodeRefactoringProvider.cs (1)
86
protected override SyntaxList<StatementSyntax>
GetStatements
(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
InvertIf\VisualBasicInvertIfCodeRefactoringProvider.vb (1)
59
Protected NotOverridable Overrides Function
GetStatements
(node As SyntaxNode) As SyntaxList(Of StatementSyntax)
7 references to GetStatements
Microsoft.CodeAnalysis.Features (7)
InvertIf\AbstractInvertIfCodeRefactoringProvider.cs (7)
385
var statements =
GetStatements
(parent);
409
builder.Add(new StatementRange(nextStatement,
GetStatements
(node).Last()));
474
var statements =
GetStatements
(currentParent);
517
var statements =
GetStatements
(currentParent);
544
var statements =
GetStatements
(currentParent);
569
var statements =
GetStatements
(currentParent);
592
var statements =
GetStatements
(currentParent);