2 writes to childRowsStack
System.Data (2)
fx\src\data\System\Data\XmlDataLoader.cs (2)
52childRowsStack = new Stack(50); 78childRowsStack = new Stack(50);
7 references to childRowsStack
System.Data (7)
fx\src\data\System\Data\XmlDataLoader.cs (7)
677int entryChild = childRowsStack.Count; // Memorize child stack level on entry 794while (entryChild < childRowsStack.Count) { // Process child rows we might have 795DataRow childRow = (DataRow) childRowsStack.Pop(); 830int entryChild = childRowsStack.Count; // Memorize child stack level on entry 1048while (entryChild < childRowsStack.Count) { // Process child rows we might have 1049DataRow childRow = (DataRow) childRowsStack.Pop(); 1061childRowsStack.Push(row); // Push row to the stack