1 write to _parserErrors
System.Web (1)
Compilation\BuildProvidersCompiler.cs (1)
635
_parserErrors
= new ParserErrorCollection();
6 references to _parserErrors
System.Web (6)
Compilation\BuildProvidersCompiler.cs (6)
316
if (
_parserErrors
!= null &&
_parserErrors
.Count > 0) {
326
for (int i = 1; i <
_parserErrors
.Count; i++) {
327
newException.ParserErrors.Add(
_parserErrors
[i]);
634
if (
_parserErrors
== null) {
638
_parserErrors
.AddRange(ex.ParserErrors);