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)
128get { return _toAccessor != null && _fromAccessor != null; } 148_reverse = new RelationshipNavigation(_relationshipName, _to, _from, _toAccessor, _fromAccessor);