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