2 writes to fInLoadDiffgram
System.Data (2)
fx\src\data\System\Data\DataSet.cs (2)
2237newDs.fInLoadDiffgram = true; 2282newDs.fInLoadDiffgram = false;
1 reference to fInLoadDiffgram
System.Data (1)
fx\src\data\System\Data\DataRow.cs (1)
212if (_table.fInLoadDiffgram || (_table.DataSet != null && _table.DataSet.fInLoadDiffgram))