1 write to _errors
System.Web (1)
HttpContext.cs (1)
1203_errors = new ArrayList();
8 references to _errors
System.Web (8)
HttpContext.cs (8)
1160if (_errors == null || _errors.Count == 0 || _errorCleared) 1162return (Exception)_errors[0]; 1184int n = (_errors != null) ? _errors.Count : 0; 1190_errors.CopyTo(0, errors, 0, n); 1202if (_errors == null) 1205_errors.Add(errorInfo);