1 write to _column
System.Data.Common (1)
System\Data\DataError.cs (1)
51
_errorList[i].
_column
= column;
6 references to _column
System.Data.Common (6)
System\Data\DataError.cs (6)
65
if (_errorList![i].
_column
== column)
83
if (_errorList![i].
_column
== column)
97
_errorList![i].
_column
._errors--;
98
Debug.Assert(_errorList[i].
_column
._errors >= 0, "missing error counts");
110
cols[i] = _errorList![i].
_column
;
133
if (_errorList![i].
_column
== column)