1 write to _appHost
System.Web (1)
Compilation\ClientBuildManager.cs (1)
676
_appHost
= appHost;
2 references to _appHost
System.Web (2)
Compilation\ClientBuildManager.cs (2)
271
Debug.Assert(
_appHost
!= null);
276
return appManager.CreateObjectInternal(_appId, type,
_appHost
, failIfExists, _hostingParameters);