26 references to CodegenDirInternal
System.Web (26)
Compilation\AssemblyBuilder.cs (1)
101
private TempFileCollection _tempFiles = new TempFileCollection(HttpRuntime.
CodegenDirInternal
);
Compilation\BuildManager.cs (10)
400
_webHashFilePath = Path.Combine(HttpRuntime.
CodegenDirInternal
, "hash\\hash.web");
467
_codeGenCache = new StandardDiskBuildResultCache(HttpRuntime.
CodegenDirInternal
);
491
_codeGenCache = new StandardDiskBuildResultCache(HttpRuntime.
CodegenDirInternal
);
508
_codeGenCache = new StandardDiskBuildResultCache(HttpRuntime.
CodegenDirInternal
);
764
string preStartInitListPath = Path.Combine(HttpRuntime.
CodegenDirInternal
, "preStartInitList.web");
2607
CopyCompiledAssembliesToDestinationBin(HttpRuntime.
CodegenDirInternal
, targetBinDir);
3340
resxDir = Path.Combine(HttpRuntime.
CodegenDirInternal
, CodegenResourceDirectoryName);
3353
string userCachePath = Path.Combine(HttpRuntime.
CodegenDirInternal
, "UserCache");
3383
new FileIOPermission(FileIOPermissionAccess.AllAccess, HttpRuntime.
CodegenDirInternal
).Assert();
3394
new FileIOPermission(FileIOPermissionAccess.AllAccess, HttpRuntime.
CodegenDirInternal
).Assert();
Compilation\BuildManagerHost.cs (1)
99
return HttpRuntime.
CodegenDirInternal
;
Compilation\BuildResult.cs (3)
1258
_ccuPreservationFileName = Path.Combine(HttpRuntime.
CodegenDirInternal
, _ccuPreservationFileName);
1281
preservationFileName = Path.Combine(HttpRuntime.
CodegenDirInternal
, preservationFileName);
1308
ccuPreservationFileName = Path.Combine(HttpRuntime.
CodegenDirInternal
, ccuPreservationFileName);
Compilation\BuildResultCache.cs (1)
698
Debug.Assert(cacheDir == HttpRuntime.
CodegenDirInternal
);
Compilation\CodeDirectoryCompiler.cs (1)
257
generatedFilesDir = HttpRuntime.
CodegenDirInternal
+ "\\" +
ErrorFormatter.cs (1)
1069
if (string.Compare(assemblyDir, HttpRuntime.
CodegenDirInternal
,
HttpApplicationFactory.cs (1)
123
if (HttpRuntime.
CodegenDirInternal
!= null)
HttpException.cs (2)
433
if (HttpRuntime.
CodegenDirInternal
!= null && error.FileName != null &&
434
!StringUtil.StringStartsWith(error.FileName, HttpRuntime.
CodegenDirInternal
)) {
HttpInputStream.cs (1)
220
String tempDir = Path.Combine(HttpRuntime.
CodegenDirInternal
, "uploads");
HttpRuntime.cs (2)
2928
String path =
CodegenDirInternal
;
3161
PolicyLevel policyLevel = CreatePolicyLevel(file, AppDomainAppPathInternal,
CodegenDirInternal
, trustSection.OriginUrl, out foundGacToken);
StringResourceManager.cs (2)
34
if (HttpRuntime.
CodegenDirInternal
!= null) {
37
(InternalSecurityPermissions.PathDiscovery(HttpRuntime.
CodegenDirInternal
)).Assert();