1 write to _targetTable
System.Data (1)
fx\src\data\System\Data\DataTable.cs (1)
6042_targetTable = table;
3 references to _targetTable
System.Data (3)
fx\src\data\System\Data\DataTable.cs (3)
6029Debug.Assert(_targetTable == null, "do not reuse this section"); 6050if (_targetTable != null) 6061_targetTable.rowDiffId = null;