5 references to BundleReflectionHelper
System.Web.Extensions (5)
UI\ScriptManager.cs (3)
1616object resolver = BundleReflectionHelper.BundleResolver; 1623if (BundleReflectionHelper.IsBundleVirtualPath(effectivePath)) { 1626IEnumerable<string> bundleContents = BundleReflectionHelper.GetBundleContents(effectivePath);
UI\ScriptReference.cs (2)
443return scriptManager.BundleReflectionHelper.GetBundleUrl(path); 457return scriptManager.BundleReflectionHelper.GetBundleUrl(path);