2 writes to _hostCreationPending
System.Web (2)
Compilation\ClientBuildManager.cs (2)
653
_hostCreationPending
= true;
689
_hostCreationPending
= false;
1 reference to _hostCreationPending
System.Web (1)
Compilation\ClientBuildManager.cs (1)
651
Debug.Assert(!
_hostCreationPending
, "CreateHost: creation already pending");