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)
705int entryChild = _childRowsStack!.Count; // Memorize child stack level on entry 837while (entryChild < _childRowsStack.Count) 839DataRow childRow = _childRowsStack.Pop(); 875int entryChild = _childRowsStack!.Count; // Memorize child stack level on entry 1107while (entryChild < _childRowsStack.Count) 1109DataRow childRow = _childRowsStack.Pop(); 1121_childRowsStack.Push(row); // Push row to the stack