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)
711int entryChild = _childRowsStack!.Count; // Memorize child stack level on entry 843while (entryChild < _childRowsStack.Count) 845DataRow childRow = _childRowsStack.Pop(); 882int entryChild = _childRowsStack!.Count; // Memorize child stack level on entry 1114while (entryChild < _childRowsStack.Count) 1116DataRow childRow = _childRowsStack.Pop(); 1128_childRowsStack.Push(row); // Push row to the stack