17 references to AppDomainAppPathInternal
System.Web (17)
Compilation\BuildManager.cs (3)
587specialFilesHashCodeCombiner.AddObject(HttpRuntime.AppDomainAppPathInternal); 2779_isPrecompiledApp = ReadPrecompMarkerFile(HttpRuntime.AppDomainAppPathInternal, 2867string appPhysicalDir = Path.Combine(HttpRuntime.AppDomainAppPathInternal, HttpRuntime.ThemesDirectoryName);
Compilation\CodeDirectoryCompiler.cs (1)
117if (dirType != CodeDirectoryType.LocalResources && !StringUtil.StringStartsWithIgnoreCase(physicalDir, HttpRuntime.AppDomainAppPathInternal)) {
FileChangesMonitor.cs (2)
1546if (_FCNMode == 2 && HttpRuntime.AppDomainAppPathInternal != null) { 1547_appPathInternal = GetFullPath(HttpRuntime.AppDomainAppPathInternal);
Hosting\HostingEnvironment.cs (1)
337_appPhysicalPath = HttpRuntime.AppDomainAppPathInternal;
Hosting\ISAPIRuntime.cs (1)
163String adPath = HttpRuntime.AppDomainAppPathInternal;
Hosting\MapPathBasedVirtualPathProvider.cs (1)
123appRoot = Path.GetFullPath(HttpRuntime.AppDomainAppPathInternal);
HttpApplicationFactory.cs (1)
189return Path.Combine(HttpRuntime.AppDomainAppPathInternal, applicationFileName);
HttpRuntime.cs (4)
736_fcm.StartMonitoringDirectoryRenamesAndBinDirectory(AppDomainAppPathInternal, new FileChangeEventHandler(this.OnCriticalDirectoryChange)); 2656return HasPathDiscoveryPermission(HttpRuntime.AppDomainAppPathInternal); 2964return AppDomainAppPathInternal; 3161PolicyLevel policyLevel = CreatePolicyLevel(file, AppDomainAppPathInternal, CodegenDirInternal, trustSection.OriginUrl, out foundGacToken);
IntSecurity.cs (1)
66_appPathDiscovery = new FileIOPermission(FileIOPermissionAccess.PathDiscovery, HttpRuntime.AppDomainAppPathInternal);
Management\WebEvents.cs (1)
1882_appPath = HttpRuntime.AppDomainAppPathInternal;
Security\FileAuthorizationModule.cs (1)
468appRoot = Path.GetFullPath(HttpRuntime.AppDomainAppPathInternal);