10 references to IsSuspiciousPhysicalPath
System.Web (10)
Configuration\ExpressServerConfig.cs (2)
97if (FileUtil.IsSuspiciousPhysicalPath(physicalPath)) { 381if (FileUtil.IsSuspiciousPhysicalPath(physicalPath)) {
Configuration\MetabaseServerConfig.cs (1)
285if (FileUtil.IsSuspiciousPhysicalPath(physicalPath)) {
Configuration\ProcessHostMapPath.cs (1)
287if (FileUtil.IsSuspiciousPhysicalPath(physicalPath)) {
Configuration\ProcessHostServerConfig.cs (1)
87if (FileUtil.IsSuspiciousPhysicalPath(physicalPath)) {
Configuration\UserMapPath.cs (1)
144if (_pathsAreLocal && FileUtil.IsSuspiciousPhysicalPath(physicalPath)) {
Configuration\VirtualDirectoryMapping.cs (2)
87if (FileUtil.IsSuspiciousPhysicalPath(physicalDirectory)) { 139FileUtil.IsSuspiciousPhysicalPath(configFilename)) {
Hosting\SimpleApplicationHost.cs (1)
34if (FileUtil.IsSuspiciousPhysicalPath(physicalPath)) {
Util\FileUtil.cs (1)
162if (IsSuspiciousPhysicalPath(physicalPath)) {