1 write to _rowChanges
System.Data.Common (1)
System\Data\DataSet.cs (1)
1307
_rowChanges
= new BitArray(rowCount);
3 references to _rowChanges
System.Data.Common (3)
System\Data\DataSet.cs (3)
1315
get { return
_rowChanges
[index]; }
1318
Debug.Assert(value && !
_rowChanges
[index], "setting twice or to false");
1319
_rowChanges
[index] = value;