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