2 writes to _parent
System.Data.Entity (2)
System\Data\Objects\DataClasses\ComplexObject.cs (2)
52
_parent
= parent;
67
_parent
= null;
8 references to _parent
System.Data.Entity (8)
System\Data\Objects\DataClasses\ComplexObject.cs (8)
45
if (
_parent
!= null)
64
Debug.Assert(
_parent
!= null, "Attempt to detach from a null _parent");
108
return
_parent
== null ? false :
_parent
.IsChangeTracked;
136
if (null !=
_parent
)
138
_parent
.ReportComplexPropertyChanging(_parentPropertyName, complexObject, complexMemberName);
166
if (null !=
_parent
)
168
_parent
.ReportComplexPropertyChanged(_parentPropertyName, complexObject, complexMemberName);