1 write to IgnoreParseErrors
System.Web (1)
Compilation\BaseTemplateBuildProvider.cs (1)
76_parser.IgnoreParseErrors = true;
12 references to IgnoreParseErrors
System.Web (12)
UI\BaseTemplateParser.cs (1)
141if (IgnoreParseErrors) {
UI\ControlBuilder.cs (1)
850if (!Parser.IgnoreParseErrors && entry.ParsedExpressionData == null) {
UI\TemplateParser.cs (10)
216if (IgnoreParseErrors) { 236if (IgnoreParseErrors) { 1147if (flags[inScriptTag] && !IgnoreParseErrors) { 1301if (iFirstNonWhiteSpace >= 0 && !IgnoreParseErrors) { 1333if (!IgnoreParseErrors) { 1365if (!IgnoreParseErrors) 1520if (!flags[isServerTag] || IgnoreParseErrors) 2261if (IgnoreParseErrors) return; 2548if (!IgnoreParseErrors && Util.IsWhiteSpaceString(code)) { 2812if (!IgnoreParseErrors) {