1 write to GetBundleUrlMethod
System.Web.Extensions (1)
UI\BundleReflectionHelper.cs (1)
60GetBundleUrlMethod = MakeDelegate<GetBundleUrlDelegate>(value, resolverType.GetMethod("GetBundleUrl", args));
2 references to GetBundleUrlMethod
System.Web.Extensions (2)
UI\BundleReflectionHelper.cs (2)
62if (IsBundleVirtualPathMethod != null && GetBundleContentsMethod != null && GetBundleUrlMethod != null) { 101return GetBundleUrlMethod(virtualPath);