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