1 write to column
System.Data (1)
fx\src\data\System\Data\DataError.cs (1)
62
errorList[i].
column
= column;
6 references to column
System.Data (6)
fx\src\data\System\Data\DataError.cs (6)
72
if (errorList[i].
column
== column) {
84
if (errorList[i].
column
== column) {
95
errorList[i].
column
.errors--;
96
Debug.Assert(errorList[i].
column
.errors >= 0, "missing error counts");
106
cols[i] = errorList[i].
column
;
124
if (errorList[i].
column
== column) {