5 references to ParserErrors
System.Web (5)
UI\TemplateParser.cs (5)
227
ParserErrors
.Add(parseError);
262
ParserErrors
.Add(parseError);
821
ParserError firstError =
ParserErrors
[0];
835
for (int i = 1; i <
ParserErrors
.Count; i++) {
836
ex.ParserErrors.Add(
ParserErrors
[i]);