2 overrides of IsStatementContainer
Microsoft.CodeAnalysis.CSharp.Features (1)
InvertIf\CSharpInvertIfCodeRefactoringProvider.cs (1)
46protected override bool IsStatementContainer(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
InvertIf\VisualBasicInvertIfCodeRefactoringProvider.vb (1)
55Protected NotOverridable Overrides Function IsStatementContainer(node As SyntaxNode) As Boolean
2 references to IsStatementContainer
Microsoft.CodeAnalysis.Features (2)
InvertIf\AbstractInvertIfCodeRefactoringProvider.cs (2)
379if (!IsStatementContainer(parent)) 408if (nextStatement != null && IsStatementContainer(node))