1 write to topMostRow
System.Data (1)
fx\src\data\System\Data\XmlDataLoader.cs (1)
505topMostRow = table.CreateEmptyRow();
2 references to topMostRow
System.Data (2)
fx\src\data\System\Data\XmlDataLoader.cs (2)
507foundColumns = new bool[topMostRow.Table.Columns.Count]; 520SetRowValueFromXmlText( topMostRow, c, GetInitialTextFromNodes( ref n ) );