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