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); 1521if (be != null && be.Row != null) 1724Debug.Assert(child.Element == childElement && childElement.Row == child); 1934if (rowElem != null && rowElem.Row != null) 1955DataRow row = oldRowElem.Row!; 1958if (oldRowElem.Row!.RowState == DataRowState.Detached) 1964if (be != null && be.Row != null) 1966Debug.Assert(!IsRowLive(be.Row)); 2286Debug.Assert(iter.CurrentNode is XmlBoundElement && ((XmlBoundElement)(iter.CurrentNode)).Row != null); 2418DataRow? row = rowElement.Row; 2457Debug.Assert(rowElement.Row != null); 2460DataRow row = rowElement.Row; 2494if (be != null && be.Row != null) 2713Debug.Assert(!IsRowLive(be.Row!)); 2745Debug.Assert(rowElem.Row != null); 2747DataRow row = rowElem.Row; 2801Debug.Assert(IsRowLive(rowElem.Row)); 2807Debug.Assert(rowElem.Row != null); 2809DataRow row = rowElem.Row; 2852Debug.Assert(!IsRowLive(rowElem.Row)); 2860DataRow? row = rowElement.Row; 2876DataRow? row = rowElement.Row; 2889Debug.Assert(childRowElem.Row != null); 2898DataRow childRow = childRowElem.Row!; 2905Debug.Assert(parentRowElem.Row != null); 2906DataRow parentRow = parentRowElem.Row; 2984if (rowElement != null && rowElement.Row != null) 2985Debug.Assert(IsRowLive(rowElement.Row)); 2990Debug.Assert(rowElement!.Row != null); 2991Debug.Assert(IsRowLive(rowElement.Row)); 3007if (rowElement != null && rowElement.Row != null) 3008Debug.Assert(!IsRowLive(rowElement.Row)); 3013Debug.Assert(rowElement!.Row != null); 3014Debug.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;