3 references to GetTopProperty
System.Data.Entity (3)
System\Data\Common\EntityUtil.cs (1)
2006
return
GetTopProperty
(ref t, propertyName);
System\Data\Objects\Internal\PocoPropertyAccessorStrategy.cs (2)
50
PropertyInfo propertyInfo = EntityUtil.
GetTopProperty
(ref type, relatedEnd.TargetAccessor.PropertyName);
82
PropertyInfo propertyInfo = EntityUtil.
GetTopProperty
(ref type, relatedEnd.TargetAccessor.PropertyName);