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