1 write to _performingPrecompilation
System.Web (1)
Compilation\BuildManager.cs (1)
263set { _theBuildManager._performingPrecompilation = value; }
1 reference to _performingPrecompilation
System.Web (1)
Compilation\BuildManager.cs (1)
262get { return _theBuildManager._performingPrecompilation; }