2 writes to _errorList
System.Data.Common (2)
System\Data\DataError.cs (2)
49_errorList ??= new ColumnError[initialCapacity]; 144_errorList = biggerList;
13 references to _errorList
System.Data.Common (13)
System\Data\DataError.cs (13)
51_errorList[i]._column = column; 52_errorList[i]._error = error; 65if (_errorList![i]._column == column) 67return _errorList[i]._error; 83if (_errorList![i]._column == column) 85Array.Copy(_errorList, i + 1, _errorList, i, _count - i - 1); 97_errorList![i]._column._errors--; 98Debug.Assert(_errorList[i]._column._errors >= 0, "missing error counts"); 110cols[i] = _errorList![i]._column; 133if (_errorList![i]._column == column) 139if (_count >= _errorList!.Length) 143Array.Copy(_errorList, biggerList, _count);