4 writes to _nested
System.Data.Common (4)
System\Data\DataRelation.cs (4)
125
_nested
= nested;
138
_nested
= nested;
538
_nested
= value;
558
_nested
= false;
4 references to _nested
System.Data.Common (4)
System\Data\DataRelation.cs (3)
415
Debug.Assert(DataSet == null || !
_nested
, "this relation supposed to be not in dataset or not nested");
468
return
_nested
;
475
if (
_nested
!= value)
System\Data\DataRelationCollection.cs (1)
910
newRelation.Nested = rel.
_nested
;