1 write to Row
System.Data.Common (1)
System\Xml\XmlDataDocument.cs (1)
235e.Row = r;
67 references to Row
System.Data.Common (67)
System\Xml\BaseTreeIterator.cs (1)
58return CurrentNode is XmlBoundElement be && be.Row != null;
System\Xml\DataPointer.cs (4)
53Debug.Assert(rowElem.Row != null); 71Debug.Assert(rowElem.Row != null); 72return rowElem.Row; 845DataRow? row = rowElem.Row;
System\Xml\DataSetMappper.cs (6)
103Debug.Assert(rowElem.Row != null); 153Debug.Assert((node is XmlBoundElement) ? ((XmlBoundElement)node).Row == null : true); 195internal static DataTable? GetTableSchemaForElement(XmlBoundElement be) => be.Row?.Table; 205internal static DataRow? GetRowFromElement(XmlElement? e) => (e as XmlBoundElement)?.Row; 207internal static DataRow? GetRowFromElement(XmlBoundElement be) => be.Row; 241Debug.Assert(rowElem.Row != null);
System\Xml\RegionIterator.cs (1)
25Debug.Assert(rowElement != null && rowElement.Row != null);
System\Xml\XmlDataDocument.cs (44)
119DataRow? r = be.Row; 156DataRow? r = be.Row; 402Debug.Assert(rowElem.Row != null); 431if (be != null && be.Row != null) 444Debug.Assert((node is XmlBoundElement) && (((XmlBoundElement)node).Row != null)); 581if (newState == ElementState.StrongFoliation && node.Row == null) 608Debug.Assert(node.Row != null); 654Debug.Assert(node.Row != null); 655Debug.Assert(node.Row.RowState != DataRowState.Deleted); 665DataRow row = node.Row; 1307Debug.Assert(be.Row != null); 1520if (be != null && be.Row != null) 1722Debug.Assert(child.Element == childElement && childElement.Row == child); 1932if (rowElem != null && rowElem.Row != null) 1953DataRow row = oldRowElem.Row!; 1956if (oldRowElem.Row!.RowState == DataRowState.Detached) 1962if (be != null && be.Row != null) 1964Debug.Assert(!IsRowLive(be.Row)); 2284Debug.Assert(iter.CurrentNode is XmlBoundElement && ((XmlBoundElement)(iter.CurrentNode)).Row != null); 2416DataRow? row = rowElement.Row; 2455Debug.Assert(rowElement.Row != null); 2458DataRow row = rowElement.Row; 2492if (be != null && be.Row != null) 2711Debug.Assert(!IsRowLive(be.Row!)); 2743Debug.Assert(rowElem.Row != null); 2745DataRow row = rowElem.Row; 2799Debug.Assert(IsRowLive(rowElem.Row)); 2805Debug.Assert(rowElem.Row != null); 2807DataRow row = rowElem.Row; 2850Debug.Assert(!IsRowLive(rowElem.Row)); 2858DataRow? row = rowElement.Row; 2874DataRow? row = rowElement.Row; 2887Debug.Assert(childRowElem.Row != null); 2896DataRow childRow = childRowElem.Row!; 2903Debug.Assert(parentRowElem.Row != null); 2904DataRow parentRow = parentRowElem.Row; 2982if (rowElement != null && rowElement.Row != null) 2983Debug.Assert(IsRowLive(rowElement.Row)); 2988Debug.Assert(rowElement!.Row != null); 2989Debug.Assert(IsRowLive(rowElement.Row)); 3005if (rowElement != null && rowElement.Row != null) 3006Debug.Assert(!IsRowLive(rowElement.Row)); 3011Debug.Assert(rowElement!.Row != null); 3012Debug.Assert(!IsRowLive(rowElement.Row));
System\Xml\XPathNodePointer.cs (11)
404DataRow row = curBoundElem.Row!; 439Debug.Assert(rowElem.Row != null); 455Debug.Assert(rowElem.Row != null); 456return rowElem.Row; 821DataRow? row = ((XmlBoundElement)parent).Row; 856curRow = ((XmlBoundElement)parent).Row; 1339DataRow? curRow = be.Row; 1424DataRow? curRow = be.Row; 1487DataRow? curRow = be.Row; 1582DataRow? curRow = be.Row; 1656DataRow? row = rowElem.Row;