namespace Semmle.Extraction.CSharp.Entities { public interface IExpressionParentEntity : IEntity { /// /// Whether this entity is the parent of a top-level expression. /// bool IsTopLevelParent { get; } } }