3 writes to _topMostNode
System.Data.Common (3)
System\Data\XmlDataLoader.cs (3)
51_topMostNode = topNode; 78_topMostNode = topNode; 618_topMostNode = null; // topMostNode is no more. Good riddance.
5 references to _topMostNode
System.Data.Common (5)
System\Data\XmlDataLoader.cs (5)
606if (_topMostNode != null) 610DataTable? table = _nodeToSchemaMap.GetSchemaForNode(_topMostNode, FIgnoreNamespace(_topMostNode)) as DataTable; 687Debug.Assert(_topMostNode != null, "topMostNode is null on LoadTopMostTable() entry"); 714foreach (XmlAttribute attr in _topMostNode.Attributes)