1 write to Row
System.Data.Common (1)
System\Xml\XmlDataDocument.cs (1)
235
e.
Row
= r;
67 references to Row
System.Data.Common (67)
System\Xml\BaseTreeIterator.cs (1)
58
return CurrentNode is XmlBoundElement be && be.
Row
!= null;
System\Xml\DataPointer.cs (4)
53
Debug.Assert(rowElem.
Row
!= null);
71
Debug.Assert(rowElem.
Row
!= null);
72
return rowElem.
Row
;
845
DataRow? row = rowElem.
Row
;
System\Xml\DataSetMappper.cs (6)
103
Debug.Assert(rowElem.
Row
!= null);
153
Debug.Assert((node is XmlBoundElement) ? ((XmlBoundElement)node).
Row
== null : true);
195
internal static DataTable? GetTableSchemaForElement(XmlBoundElement be) => be.
Row
?.Table;
205
internal static DataRow? GetRowFromElement(XmlElement? e) => (e as XmlBoundElement)?.
Row
;
207
internal static DataRow? GetRowFromElement(XmlBoundElement be) => be.
Row
;
241
Debug.Assert(rowElem.
Row
!= null);
System\Xml\RegionIterator.cs (1)
25
Debug.Assert(rowElement != null && rowElement.
Row
!= null);
System\Xml\XmlDataDocument.cs (44)
119
DataRow? r = be.
Row
;
156
DataRow? r = be.
Row
;
402
Debug.Assert(rowElem.
Row
!= null);
431
if (be != null && be.
Row
!= null)
444
Debug.Assert((node is XmlBoundElement) && (((XmlBoundElement)node).
Row
!= null));
581
if (newState == ElementState.StrongFoliation && node.
Row
== null)
608
Debug.Assert(node.
Row
!= null);
654
Debug.Assert(node.
Row
!= null);
655
Debug.Assert(node.
Row
.RowState != DataRowState.Deleted);
665
DataRow row = node.
Row
;
1307
Debug.Assert(be.
Row
!= null);
1521
if (be != null && be.
Row
!= null)
1724
Debug.Assert(child.Element == childElement && childElement.
Row
== child);
1934
if (rowElem != null && rowElem.
Row
!= null)
1955
DataRow row = oldRowElem.
Row
!;
1958
if (oldRowElem.
Row
!.RowState == DataRowState.Detached)
1964
if (be != null && be.
Row
!= null)
1966
Debug.Assert(!IsRowLive(be.
Row
));
2286
Debug.Assert(iter.CurrentNode is XmlBoundElement && ((XmlBoundElement)(iter.CurrentNode)).
Row
!= null);
2418
DataRow? row = rowElement.
Row
;
2457
Debug.Assert(rowElement.
Row
!= null);
2460
DataRow row = rowElement.
Row
;
2494
if (be != null && be.
Row
!= null)
2713
Debug.Assert(!IsRowLive(be.
Row
!));
2745
Debug.Assert(rowElem.
Row
!= null);
2747
DataRow row = rowElem.
Row
;
2801
Debug.Assert(IsRowLive(rowElem.
Row
));
2807
Debug.Assert(rowElem.
Row
!= null);
2809
DataRow row = rowElem.
Row
;
2852
Debug.Assert(!IsRowLive(rowElem.
Row
));
2860
DataRow? row = rowElement.
Row
;
2876
DataRow? row = rowElement.
Row
;
2889
Debug.Assert(childRowElem.
Row
!= null);
2898
DataRow childRow = childRowElem.
Row
!;
2905
Debug.Assert(parentRowElem.
Row
!= null);
2906
DataRow parentRow = parentRowElem.
Row
;
2984
if (rowElement != null && rowElement.
Row
!= null)
2985
Debug.Assert(IsRowLive(rowElement.
Row
));
2990
Debug.Assert(rowElement!.
Row
!= null);
2991
Debug.Assert(IsRowLive(rowElement.
Row
));
3007
if (rowElement != null && rowElement.
Row
!= null)
3008
Debug.Assert(!IsRowLive(rowElement.
Row
));
3013
Debug.Assert(rowElement!.
Row
!= null);
3014
Debug.Assert(!IsRowLive(rowElement.
Row
));
System\Xml\XPathNodePointer.cs (11)
404
DataRow row = curBoundElem.
Row
!;
439
Debug.Assert(rowElem.
Row
!= null);
455
Debug.Assert(rowElem.
Row
!= null);
456
return rowElem.
Row
;
821
DataRow? row = ((XmlBoundElement)parent).
Row
;
856
curRow = ((XmlBoundElement)parent).
Row
;
1339
DataRow? curRow = be.
Row
;
1424
DataRow? curRow = be.
Row
;
1487
DataRow? curRow = be.
Row
;
1582
DataRow? curRow = be.
Row
;
1656
DataRow? row = rowElem.
Row
;