2 references to MethodInvokerDispatcher
System.Web (2)
UI\WebControls\ModelDataSourceView.cs (2)
34
private static readonly
MethodInvokerDispatcher
_methodInvokerDispatcher = ((Expression<
MethodInvokerDispatcher
>)((methodInfo, instance, args) => methodInfo.Invoke(instance, args))).Compile();