namespace System.Web.Mvc.ExpressionUtil { using System; using System.Collections.Generic; internal delegate TValue Hoisted(TModel model, List capturedConstants); }