2 references to CallMethod
System.Web (2)
Util\SmtpMail.cs (2)
76return CallMethod(LateBoundType, obj, methodName, args); 84return CallMethod(obj.GetType(), obj, methodName, args);