2 references to GetRelatedEnd
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\Shaper.cs (1)
483relatedEnd = LightweightCodeGenerator.GetRelatedEnd(wrappedEntity.RelationshipManager, sourceEnd, targetEnd, null);
System\Data\Objects\DataClasses\RelationshipManager.cs (1)
506result = LightweightCodeGenerator.GetRelatedEnd(this, sourceEnd, targetEnd, existingRelatedEnd);