4 writes to ThrowOnFirstParseError
System.Web (4)
Compilation\BaseTemplateBuildProvider.cs (1)
82
_parser.
ThrowOnFirstParseError
= false;
UI\DesignTimeTemplateParser.cs (1)
144
parser.
ThrowOnFirstParseError
= true;
UI\TemplateParser.cs (2)
713
ThrowOnFirstParseError
= true;
846
ThrowOnFirstParseError
= true;
2 references to ThrowOnFirstParseError
System.Web (2)
UI\TemplateParser.cs (2)
221
if (
ThrowOnFirstParseError
) {
241
if (
ThrowOnFirstParseError
|| ex is HttpCompileException) {