3 writes to _current
System.Data.Entity (3)
System\Data\Objects\EntityEntry.cs (3)
827
_current
= null;
854
_current
= _entityEntry._headRelationshipEnds;
858
_current
= _current.GetNextRelationshipEnd(_entityEntry.EntityKey);
6 references to _current
System.Data.Entity (6)
System\Data\Objects\EntityEntry.cs (6)
831
get { return
_current
; }
835
get { return
_current
; }
842
return
_current
;
852
if (null ==
_current
)
858
_current =
_current
.GetNextRelationshipEnd(_entityEntry.EntityKey);
861
return (null !=
_current
);