3 instantiations of StandardDiskBuildResultCache
System.Web (3)
Compilation\BuildManager.cs (3)
467
_codeGenCache = new
StandardDiskBuildResultCache
(HttpRuntime.CodegenDirInternal);
491
_codeGenCache = new
StandardDiskBuildResultCache
(HttpRuntime.CodegenDirInternal);
508
_codeGenCache = new
StandardDiskBuildResultCache
(HttpRuntime.CodegenDirInternal);
3 references to StandardDiskBuildResultCache
System.Web (3)
Compilation\BuildManager.cs (1)
104
private
StandardDiskBuildResultCache
_codeGenCache;
Compilation\BuildProvidersCompiler.cs (1)
96
StandardDiskBuildResultCache
.RemoveSatelliteAssemblies(OutputAssemblyName);
Compilation\BuildResultCache.cs (1)
537
StandardDiskBuildResultCache
.RemoveSatelliteAssemblies(assemblyName);