1 instantiation of MethodData
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
1459Select(m => new MethodData { MethodBase = m, Parameters = m.GetParameters() }).
5 references to MethodData
System.Web.Extensions (5)
UI\WebControls\Dynamic.cs (5)
1458MethodData[] applicable = methods. 1468MethodData md = applicable[0]; 1478bool IsApplicable(MethodData method, Expression[] args) { 1704static bool IsBetterThan(Expression[] args, MethodData m1, MethodData m2) {