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)
415Debug.Assert(DataSet == null || !_nested, "this relation supposed to be not in dataset or not nested"); 468return _nested; 475if (_nested != value)
System\Data\DataRelationCollection.cs (1)
910newRelation.Nested = rel._nested;