3 references to GetFunctionPointer
System.Web (2)
UI\TemplateControl.cs (1)
458
IntPtr functionPtr = methodInfo.MethodHandle.
GetFunctionPointer
();
Util\FastDelegateCreator.cs (1)
29
return BindTo(obj, method.MethodHandle.
GetFunctionPointer
());
System.Workflow.Activities (1)
LocalService\WorkflowMessageEventHandler.cs (1)
96
return (Delegate)Activator.CreateInstance(eventHandlerType, new object[] { this, mHandler.MethodHandle.
GetFunctionPointer
() });