1 write to IgnoreParseErrors
System.Web (1)
Compilation\SimpleHandlerBuildProvider.cs (1)
37_parser.IgnoreParseErrors = IgnoreParseErrors;
6 references to IgnoreParseErrors
System.Web (6)
UI\SimpleWebHandlerParser.cs (6)
244if (!_fFoundMainDirective && !IgnoreParseErrors) { 288if (IgnoreParseErrors) continue; 343if (_fFoundMainDirective && !IgnoreParseErrors) { 379if (assemblyName != null && src != null && !IgnoreParseErrors) { 391else if (!IgnoreParseErrors) { 395else if (!IgnoreParseErrors) {