3 references to CreateDelegate
mscorlib (1)
system\delegate.cs (1)
529
return
CreateDelegate
(type, firstArgument, method, true);
System.Web (1)
AspNetEventSource.cs (1)
43
_writeEventWithRelatedActivityIdCoreDel = (WriteEventWithRelatedActivityIdCoreDelegate)Delegate.
CreateDelegate
(
System.Web.Extensions (1)
UI\BundleReflectionHelper.cs (1)
139
return Delegate.
CreateDelegate
(typeof(T), target, method, false) as T;