1 override of IsStatementContainer
Microsoft.CodeAnalysis.CSharp.Features (1)
InvertIf\CSharpInvertIfCodeRefactoringProvider.cs (1)
53protected override bool IsStatementContainer(SyntaxNode node)
2 references to IsStatementContainer
Microsoft.CodeAnalysis.Features (2)
InvertIf\AbstractInvertIfCodeRefactoringProvider.cs (2)
487if (!IsStatementContainer(parent)) 516if (nextStatement != null && IsStatementContainer(node))