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