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