4 references to AspInstallDirectoryInternal
System.Web (4)
Hosting\SimpleWorkerRequest.cs (1)
383
_installDir = HttpRuntime.
AspInstallDirectoryInternal
;
HttpRuntime.cs (3)
2797
if (HttpRuntime.
AspInstallDirectoryInternal
== null) {
2822
String path =
AspInstallDirectoryInternal
;
2871
string clientScriptPhysicalPath = System.IO.Path.Combine(
AspInstallDirectoryInternal
, AspNetClientFilesSubDirectory);