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