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