1 write to _parserErrors
System.Web (1)
UI\TemplateParser.cs (1)
202
_parserErrors
= new ParserErrorCollection();
4 references to _parserErrors
System.Web (4)
UI\TemplateParser.cs (4)
201
if (
_parserErrors
== null) {
205
return
_parserErrors
;
210
get { return
_parserErrors
!= null &&
_parserErrors
.Count > 0; }