4 writes to topMostNode
System.Data (4)
fx\src\data\System\Data\XmlDataLoader.cs (4)
54topMostNode = topNode; 79topMostNode = topNode; 527topMostNode = null; 595topMostNode = null; // topMostNode is no more. Good riddance.
8 references to topMostNode
System.Data (8)
fx\src\data\System\Data\XmlDataLoader.cs (8)
500Object obj = nodeToSchemaMap.GetSchemaForNode(topMostNode,FIgnoreNamespace(topMostNode)); 512foreach( XmlAttribute attr in topMostNode.Attributes ) { 585if (topMostNode != null) { // Do we have top node? 588DataTable table = nodeToSchemaMap.GetSchemaForNode(topMostNode, FIgnoreNamespace(topMostNode)) as DataTable; 659Debug.Assert (topMostNode != null, "topMostNode is null on LoadTopMostTable() entry"); 686foreach( XmlAttribute attr in topMostNode.Attributes ) {