static public IEnumerable <IEnumerable <T> > GetReferenceables <T>(this ScopeElement item, string id, ScopeAccess access, IList <Scope> path) { return(item.GetLocalScope().GetReferenceables <T>(id, access, path)); }
static public Scope GetParentScope(this ScopeElement item) { return(item.GetLocalScope().GetParentScope()); }