3 references to InvokeMethod
System.Web (3)
UI\WebControls\ObjectDataSourceView.cs (3)
1099
result =
InvokeMethod
(method, false, ref instance);
1621
return
InvokeMethod
(method, true, ref instance);
1945
ObjectDataSourceResult result =
InvokeMethod
(method, disposeInstance, ref instance);