4 references to CreateAppHost
System.Web (4)
Hosting\ProcessHost.cs (4)
568ISAPIApplicationHost appHost = CreateAppHost(appId, null); 712IApplicationHost appHost = CreateAppHost(appId, appPath); 1048IApplicationHost appHost = (appHostParameter == null) ? CreateAppHost(appId, null) : appHostParameter; 1086appHost = (appHostParameter == null) ? CreateAppHost(appId, null) : appHostParameter;