2 writes to _isDiffgram
System.Data.Common (2)
System\Data\DataSet.cs (1)
2462xmlload._isDiffgram = true; // turn on the special processing
System\Data\DataTable.cs (1)
6316xmlload._isDiffgram = true; // turn on the special processing
4 references to _isDiffgram
System.Data.Common (4)
System\Data\XmlDataLoader.cs (4)
608if (!_isDiffgram && !_isTableLevel) 688Debug.Assert(!_isDiffgram, "Diffgram mode is on while we have topMostNode table. This is bad."); 908if (_isDiffgram) 1053if (_isDiffgram)