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