3 references to FindBestMethod
System.Web.Extensions (3)
UI\WebControls\Dynamic.cs (3)
1137
switch (
FindBestMethod
(type.GetConstructors(), args, out method)) {
1404
int count =
FindBestMethod
(members.Cast<MethodBase>(), args, out method);
1419
int count =
FindBestMethod
(methods, args, out method);