1 write to _toEnd
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\NavigationProperty.cs (1)
138
if (!_relationship.TryGetEnd(_unresolvedToEndRole, out
_toEnd
))
7 references to _toEnd
System.Data.Entity (7)
System\Data\EntityModel\SchemaObjectModel\NavigationProperty.cs (7)
57
get { return
_toEnd
; }
72
if (
_toEnd
== null ||
_toEnd
.Type == null)
77
return
_toEnd
.Type;
146
if (foundBothEnds && _fromEnd ==
_toEnd
)
160
System.Diagnostics.Debug.Assert(_fromEnd != null &&
_toEnd
!= null,
170
StructuredType type =
_toEnd
.Type;