StatementListInfo.Parent Property
Containing Type: StatementListInfo
Assembly: Roslynator.CSharp.dll
The node that contains the statements. It can be either a BlockSyntax or a SwitchSectionSyntax.
public Microsoft.CodeAnalysis.SyntaxNode Parent { get; }