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