4 references to codegenDirName
System.Web (4)
Hosting\ApplicationManager.cs (2)
1435tempDirectory = Path.Combine(RuntimeEnvironment.GetRuntimeDirectory(), HttpRuntime.codegenDirName); 1448tempDirectory = Path.Combine(tempDirectory, HttpRuntime.codegenDirName);
HttpRuntime.cs (2)
960tempDirectory = Path.Combine(s_installDirectory, codegenDirName); 981tempDirectory = Path.Combine(tempDirectory, codegenDirName);