3 instantiations of ISAPIApplicationHost
System.Web (3)
Hosting\AppDomainFactory.cs (1)
170ISAPIApplicationHost appHost = new ISAPIApplicationHost(appId, appPath, false /*validatePhysicalPath*/);
Hosting\ApplicationManager.cs (1)
344ISAPIApplicationHost isapiAppHost = new ISAPIApplicationHost(virtualPath.VirtualPathString, null, true, null, hostingParameters.IISExpressVersion);
Hosting\ProcessHost.cs (1)
942ISAPIApplicationHost(
10 references to ISAPIApplicationHost
System.Web (10)
Configuration\serverconfig.cs (1)
141else if (HostingEnvironment.ApplicationHostInternal is ISAPIApplicationHost) {
Hosting\AppDomainFactory.cs (1)
170ISAPIApplicationHost appHost = new ISAPIApplicationHost(appId, appPath, false /*validatePhysicalPath*/);
Hosting\ApplicationManager.cs (2)
344ISAPIApplicationHost isapiAppHost = new ISAPIApplicationHost(virtualPath.VirtualPathString, null, true, null, hostingParameters.IISExpressVersion); 975if (appHost is ISAPIApplicationHost) {
Hosting\HostingEnvironment.cs (3)
319if (appHost is ISAPIApplicationHost && !ServerConfig.UseMetabase) { 320string rootWebConfigPath = ((ISAPIApplicationHost)appHost).ResolveRootWebConfigPath(); 329IProcessHostSupportFunctions proxyFunctions = ((ISAPIApplicationHost)appHost).SupportFunctions;
Hosting\ProcessHost.cs (3)
568ISAPIApplicationHost appHost = CreateAppHost(appId, null); 905private ISAPIApplicationHost CreateAppHost(string appId, string appPath) { 941ISAPIApplicationHost appHost = new