Implemented interface member:
method
IsStatementContainer
Microsoft.CodeAnalysis.LanguageService.IBlockFacts.IsStatementContainer(Microsoft.CodeAnalysis.SyntaxNode)
2 overrides of IsStatementContainer
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpBlockFacts.cs (1)
42public override bool IsStatementContainer([NotNullWhen(true)] SyntaxNode? node)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicBlockFacts.vb (1)
30Public Overrides Function IsStatementContainer(node As SyntaxNode) As Boolean