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