14 references to HasPathDiscoveryPermission
System.Web (14)
HttpApplication.cs (9)
1329
if (HttpRuntime.
HasPathDiscoveryPermission
(pathTranslated))
1335
if (HttpRuntime.
HasPathDiscoveryPermission
(pathTranslated))
1341
if (HttpRuntime.
HasPathDiscoveryPermission
(pathTranslated))
1396
if (HttpRuntime.
HasPathDiscoveryPermission
(pathTranslated))
1402
if (HttpRuntime.
HasPathDiscoveryPermission
(pathTranslated))
1408
if (HttpRuntime.
HasPathDiscoveryPermission
(pathTranslated))
3335
if (HttpRuntime.
HasPathDiscoveryPermission
(pathTranslated))
3341
if (HttpRuntime.
HasPathDiscoveryPermission
(pathTranslated))
3347
if (HttpRuntime.
HasPathDiscoveryPermission
(pathTranslated))
HttpRuntime.cs (2)
2656
return
HasPathDiscoveryPermission
(HttpRuntime.AppDomainAppPathInternal);
2664
if (
HasPathDiscoveryPermission
(path)) // could throw on bad filenames
UI\WebControls\AccessDataSource.cs (1)
244
if (!HttpRuntime.
HasPathDiscoveryPermission
(filename)) {
UI\WebControls\AdRotator.cs (1)
470
if (!String.IsNullOrEmpty(physicalPath) && HttpRuntime.
HasPathDiscoveryPermission
(physicalPath)) {
XmlSiteMapProvider.cs (1)
267
if (physicalDir != null && HttpRuntime.
HasPathDiscoveryPermission
(physicalDir)) {