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