1 write to _throwOnFirstParseError
System.Web (1)
Compilation\BuildManager.cs (1)
255
set { _theBuildManager.
_throwOnFirstParseError
= value; }
1 reference to _throwOnFirstParseError
System.Web (1)
Compilation\BuildManager.cs (1)
254
get { return _theBuildManager.
_throwOnFirstParseError
; }