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)
45if (_parent != null) 64Debug.Assert(_parent != null, "Attempt to detach from a null _parent"); 108return _parent == null ? false : _parent.IsChangeTracked; 136if (null != _parent) 138_parent.ReportComplexPropertyChanging(_parentPropertyName, complexObject, complexMemberName); 166if (null != _parent) 168_parent.ReportComplexPropertyChanged(_parentPropertyName, complexObject, complexMemberName);