namespace Semmle.Extraction.CSharp.Entities { /// /// Marker interface for method entities. /// public interface IMethodEntity : IEntity { } }