2 references to throwOnFirstParseError
System.Web (2)
UI\TemplateParser.cs (2)
149
get { return flags[
throwOnFirstParseError
]; }
150
set { flags[
throwOnFirstParseError
] = value; }