1 write to _fromEnd
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\NavigationProperty.cs (1)
131
if (!_relationship.TryGetEnd(_unresolvedFromEndRole, out
_fromEnd
))
6 references to _fromEnd
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\NavigationProperty.cs (6)
62
get { return
_fromEnd
; }
146
if (foundBothEnds &&
_fromEnd
== _toEnd)
160
System.Diagnostics.Debug.Assert(
_fromEnd
!= null && _toEnd != null,
163
if (
_fromEnd
.Type != ParentElement)
167
_fromEnd
.Type.FQName,
_fromEnd
.Name, _relationship.FQName, ParentElement.FQName));