2 writes to isDiffgram
System.Data (2)
fx\src\data\System\Data\DataSet.cs (1)
2250xmlload.isDiffgram = true; // turn on the special processing
fx\src\data\System\Data\DataTable.cs (1)
5620xmlload.isDiffgram = true; // turn on the special processing
4 references to isDiffgram
System.Data (4)
fx\src\data\System\Data\XmlDataLoader.cs (4)
587if (!isDiffgram && !isTableLevel) { // Not a diffgram and not DataSet? 660Debug.Assert (!isDiffgram, "Diffgram mode is on while we have topMostNode table. This is bad." ); 876if ( isDiffgram ) { // Now handle some diffgram attributes 1000if (isDiffgram) { // In case of diffgram