3 references to BindTo
System.Web (3)
Util\ArglessEventHandlerProxy.cs (2)
58
ParameterlessDelegate del = FastDelegateCreator<ParameterlessDelegate>.
BindTo
(_target, _functionPointer);
62
ParameterfulDelegate del = FastDelegateCreator<ParameterfulDelegate>.
BindTo
(_target, _functionPointer);
Util\FastDelegateCreator.cs (1)
29
return
BindTo
(obj, method.MethodHandle.GetFunctionPointer());