1 implementation of IsStatementContainer
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractBlockFacts.cs (1)
16public abstract bool IsStatementContainer([NotNullWhen(true)] SyntaxNode? node);
1 reference to IsStatementContainer
Microsoft.CodeAnalysis.CodeStyle (1)
IBlockFactsExtensions.cs (1)
17if (blockFacts.IsStatementContainer(current.Parent))