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