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