4 references to isWithinAppRoot
System.Web (4)
VirtualPath.cs (4)
243combinedVirtualPath.CopyFlagsFrom(this, isWithinAppRootComputed | isWithinAppRoot | appRelativeAttempted); 343flags[isWithinAppRoot] = (_appRelativeVirtualPath != null); 346flags[isWithinAppRoot] = UrlPath.IsEqualOrSubpath(HttpRuntime.AppDomainAppVirtualPathString, 353return flags[isWithinAppRoot];