5 references to FastDelegateCreator
System.Web (5)
UI\TemplateControl.cs (2)
473var handler = FastDelegateCreator<Func<CancellationToken, Task>>.BindTo(this, preRenderCompleteAsyncEvent.MethodInfo); 477var handler = FastDelegateCreator<Func<Task>>.BindTo(this, preRenderCompleteAsyncEvent.MethodInfo);
Util\ArglessEventHandlerProxy.cs (2)
58ParameterlessDelegate del = FastDelegateCreator<ParameterlessDelegate>.BindTo(_target, _functionPointer); 62ParameterfulDelegate del = FastDelegateCreator<ParameterfulDelegate>.BindTo(_target, _functionPointer);
Util\FastDelegateCreator.cs (1)
44owner: typeof(FastDelegateCreator<TDelegate>),