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