11 references to IsWithinAppRoot
System.Web (11)
CachedPathData.cs (1)
136
if (virtualPath == null || !virtualPath.
IsWithinAppRoot
) {
Compilation\BuildManager.cs (2)
1447
if (!virtualPath.
IsWithinAppRoot
)
1785
if (!virtualDir.
IsWithinAppRoot
)
Configuration\MTConfigUtil.cs (2)
165
if (vpath == null || !vpath.
IsWithinAppRoot
) {
223
while (currentVPath != null && currentVPath.
IsWithinAppRoot
) {
Hosting\HostingEnvironment.cs (1)
1661
if (!allowCrossAppMapping && !virtualPath.
IsWithinAppRoot
)
httpserverutility.cs (1)
357
bool useAppConfig = !filePath.
IsWithinAppRoot
;
Security\FileAuthorizationModule.cs (1)
66
if (!vPath.
IsWithinAppRoot
)
Security\UrlAuthorizationModule.cs (1)
75
if (!vPath.
IsWithinAppRoot
)
SiteMapProvider.cs (1)
353
!virtualPath.
IsWithinAppRoot
) {
VirtualPath.cs (1)
358
if (!this.
IsWithinAppRoot
) {