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