4 references to GetRelProperties
System.Data.Entity (4)
System\Data\Query\InternalTrees\RelPropertyHelper.cs (1)
216foreach (RelProperty p in GetRelProperties(entityType.BaseType as EntityTypeBase))
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (1)
301relProperties = m_typeInfo.RelPropertyHelper.GetRelProperties(typeInfo.Type.EdmType as md.EntityTypeBase);
System\Data\Query\PlanCompiler\PreProcessor.cs (2)
1772relProperties = new List<RelProperty>(m_relPropertyHelper.GetRelProperties(entityType)); 1845foreach (RelProperty relProperty in m_relPropertyHelper.GetRelProperties(entityType))