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