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