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