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