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