4 references to MakeDelegate
System.Web.Extensions (4)
UI\BundleReflectionHelper.cs (4)
58
IsBundleVirtualPathMethod =
MakeDelegate
<IsBundleVirtualPathDelegate>(value, resolverType.GetMethod("IsBundleVirtualPath", args));
59
GetBundleContentsMethod =
MakeDelegate
<GetBundleContentsDelegate>(value, resolverType.GetMethod("GetBundleContents", args));
60
GetBundleUrlMethod =
MakeDelegate
<GetBundleUrlDelegate>(value, resolverType.GetMethod("GetBundleUrl", args));
121
BundleResolverCurrentMethod =
MakeDelegate
<BundleResolverCurrentDelegate>(null, bundleResolverCurrentProperty.GetGetMethod());