2 writes to _childRowsStack
System.Data.Common (2)
System\Data\XmlDataLoader.cs (2)
49
_childRowsStack
= new Stack<DataRow>(50);
77
_childRowsStack
= new Stack<DataRow>(50);
7 references to _childRowsStack
System.Data.Common (7)
System\Data\XmlDataLoader.cs (7)
711
int entryChild =
_childRowsStack
!.Count; // Memorize child stack level on entry
843
while (entryChild <
_childRowsStack
.Count)
845
DataRow childRow =
_childRowsStack
.Pop();
882
int entryChild =
_childRowsStack
!.Count; // Memorize child stack level on entry
1114
while (entryChild <
_childRowsStack
.Count)
1116
DataRow childRow =
_childRowsStack
.Pop();
1128
_childRowsStack
.Push(row); // Push row to the stack