1 write to _appPathDiscovery
System.Web (1)
IntSecurity.cs (1)
66
_appPathDiscovery
= new FileIOPermission(FileIOPermissionAccess.PathDiscovery, HttpRuntime.AppDomainAppPathInternal);
2 references to _appPathDiscovery
System.Web (2)
IntSecurity.cs (2)
65
if (
_appPathDiscovery
== null)
69
return
_appPathDiscovery
;