2 writes to _fromAccessor
System.Data.Entity (2)
System\Data\Objects\DataClasses\RelationshipNavigation.cs (2)
54
_fromAccessor
= fromAccessor;
133
_fromAccessor
= fromAccessor;
2 references to _fromAccessor
System.Data.Entity (2)
System\Data\Objects\DataClasses\RelationshipNavigation.cs (2)
128
get { return _toAccessor != null &&
_fromAccessor
!= null; }
148
_reverse = new RelationshipNavigation(_relationshipName, _to, _from, _toAccessor,
_fromAccessor
);