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