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