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)
141
if (
IgnoreParseErrors
) {
UI\ControlBuilder.cs (1)
850
if (!Parser.
IgnoreParseErrors
&& entry.ParsedExpressionData == null) {
UI\TemplateParser.cs (10)
216
if (
IgnoreParseErrors
) {
236
if (
IgnoreParseErrors
) {
1147
if (flags[inScriptTag] && !
IgnoreParseErrors
) {
1301
if (iFirstNonWhiteSpace >= 0 && !
IgnoreParseErrors
) {
1333
if (!
IgnoreParseErrors
) {
1365
if (!
IgnoreParseErrors
)
1520
if (!flags[isServerTag] ||
IgnoreParseErrors
)
2261
if (
IgnoreParseErrors
) return;
2548
if (!
IgnoreParseErrors
&& Util.IsWhiteSpaceString(code)) {
2812
if (!
IgnoreParseErrors
) {