10 references to CreateObjectInternal
System.Web (10)
Compilation\ClientBuildManager.cs (1)
276return appManager.CreateObjectInternal(_appId, type, _appHost, failIfExists, _hostingParameters);
Hosting\AppDomainFactory.cs (1)
172ISAPIRuntime isapiRuntime = (ISAPIRuntime)_appManager.CreateObjectInternal(appId, typeof(ISAPIRuntime), appHost,
Hosting\ApplicationManager.cs (3)
255return CreateObjectInternal(appId, type, appHost, failIfExists, hostingParameters); 271return CreateObjectInternal(appId, type, appHost, failIfExists, null /*hostingParameters*/); 374return CreateObjectInternal(appId, type, appHost, failIfExists, hostingParameters);
Hosting\ProcessHost.cs (5)
584handler = (AppDomainProtocolHandler)_appManager.CreateObjectInternal( 590_appManager.CreateObjectInternal( 735runtime = (PipelineRuntime)_appManager.CreateObjectInternal( 1051PreloadHost preloadHostObj = (PreloadHost)_appManager.CreateObjectInternal( 1089preloadHostObj = (PreloadHost)_appManager.CreateObjectInternal(