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)
831get { return _current; } 835get { return _current; } 842return _current; 852if (null == _current) 858_current = _current.GetNextRelationshipEnd(_entityEntry.EntityKey); 861return (null != _current);