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