17 references to AppDomainAppPathInternal
System.Web (17)
Compilation\BuildManager.cs (3)
587
specialFilesHashCodeCombiner.AddObject(HttpRuntime.
AppDomainAppPathInternal
);
2779
_isPrecompiledApp = ReadPrecompMarkerFile(HttpRuntime.
AppDomainAppPathInternal
,
2867
string appPhysicalDir = Path.Combine(HttpRuntime.
AppDomainAppPathInternal
, HttpRuntime.ThemesDirectoryName);
Compilation\CodeDirectoryCompiler.cs (1)
117
if (dirType != CodeDirectoryType.LocalResources && !StringUtil.StringStartsWithIgnoreCase(physicalDir, HttpRuntime.
AppDomainAppPathInternal
)) {
FileChangesMonitor.cs (2)
1546
if (_FCNMode == 2 && HttpRuntime.
AppDomainAppPathInternal
!= null) {
1547
_appPathInternal = GetFullPath(HttpRuntime.
AppDomainAppPathInternal
);
Hosting\HostingEnvironment.cs (1)
337
_appPhysicalPath = HttpRuntime.
AppDomainAppPathInternal
;
Hosting\ISAPIRuntime.cs (1)
163
String adPath = HttpRuntime.
AppDomainAppPathInternal
;
Hosting\MapPathBasedVirtualPathProvider.cs (1)
123
appRoot = Path.GetFullPath(HttpRuntime.
AppDomainAppPathInternal
);
HttpApplicationFactory.cs (1)
189
return Path.Combine(HttpRuntime.
AppDomainAppPathInternal
, applicationFileName);
HttpRuntime.cs (4)
736
_fcm.StartMonitoringDirectoryRenamesAndBinDirectory(
AppDomainAppPathInternal
, new FileChangeEventHandler(this.OnCriticalDirectoryChange));
2656
return HasPathDiscoveryPermission(HttpRuntime.
AppDomainAppPathInternal
);
2964
return
AppDomainAppPathInternal
;
3161
PolicyLevel 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)
468
appRoot = Path.GetFullPath(HttpRuntime.
AppDomainAppPathInternal
);