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