2 writes to _parserErrors
System.Web (2)
HttpException.cs (2)
500_parserErrors = (ParserErrorCollection)info.GetValue("_parserErrors", typeof(ParserErrorCollection)); 560_parserErrors = new ParserErrorCollection();
4 references to _parserErrors
System.Web (4)
HttpException.cs (4)
513info.AddValue("_parserErrors", _parserErrors); 559if (_parserErrors == null) { 562_parserErrors.Add(thisError); 565return _parserErrors;