1 write to _from
System.Data.Entity (1)
System\Data\Objects\DataClasses\RelationshipNavigation.cs (1)
51
_from
= from;
3 references to _from
System.Data.Entity (3)
System\Data\Objects\DataClasses\RelationshipNavigation.cs (3)
101
return
_from
;
148
_reverse = new RelationshipNavigation(_relationshipName, _to,
_from
, _toAccessor, _fromAccessor);
189
_from
,