4 writes to nodeToRowMap
System.Data (4)
fx\src\data\System\Data\XmlDataLoader.cs (4)
40this.nodeToRowMap = new Hashtable(); 48this.nodeToRowMap = new Hashtable(); 63this.nodeToRowMap = new Hashtable(); 73this.nodeToRowMap = new Hashtable();
3 references to nodeToRowMap
System.Data (3)
fx\src\data\System\Data\XmlDataLoader.cs (3)
199return(DataRow) nodeToRowMap[e]; 317nodeToRowMap[ e ] = topRow; 473nodeToRowMap[ e ] = r;