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);
1520
if (be != null && be.
Row
!= null)
1722
Debug.Assert(child.Element == childElement && childElement.
Row
== child);
1932
if (rowElem != null && rowElem.
Row
!= null)
1953
DataRow row = oldRowElem.
Row
!;
1956
if (oldRowElem.
Row
!.RowState == DataRowState.Detached)
1962
if (be != null && be.
Row
!= null)
1964
Debug.Assert(!IsRowLive(be.
Row
));
2284
Debug.Assert(iter.CurrentNode is XmlBoundElement && ((XmlBoundElement)(iter.CurrentNode)).
Row
!= null);
2416
DataRow? row = rowElement.
Row
;
2455
Debug.Assert(rowElement.
Row
!= null);
2458
DataRow row = rowElement.
Row
;
2492
if (be != null && be.
Row
!= null)
2711
Debug.Assert(!IsRowLive(be.
Row
!));
2743
Debug.Assert(rowElem.
Row
!= null);
2745
DataRow row = rowElem.
Row
;
2799
Debug.Assert(IsRowLive(rowElem.
Row
));
2805
Debug.Assert(rowElem.
Row
!= null);
2807
DataRow row = rowElem.
Row
;
2850
Debug.Assert(!IsRowLive(rowElem.
Row
));
2858
DataRow? row = rowElement.
Row
;
2874
DataRow? row = rowElement.
Row
;
2887
Debug.Assert(childRowElem.
Row
!= null);
2896
DataRow childRow = childRowElem.
Row
!;
2903
Debug.Assert(parentRowElem.
Row
!= null);
2904
DataRow parentRow = parentRowElem.
Row
;
2982
if (rowElement != null && rowElement.
Row
!= null)
2983
Debug.Assert(IsRowLive(rowElement.
Row
));
2988
Debug.Assert(rowElement!.
Row
!= null);
2989
Debug.Assert(IsRowLive(rowElement.
Row
));
3005
if (rowElement != null && rowElement.
Row
!= null)
3006
Debug.Assert(!IsRowLive(rowElement.
Row
));
3011
Debug.Assert(rowElement!.
Row
!= null);
3012
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
;