4 references to GetDeclaredOnlyRelProperties
System.Data.Entity (4)
System\Data\Query\InternalTrees\RelPropertyHelper.cs (1)
222foreach (RelProperty p in GetDeclaredOnlyRelProperties(entityType))
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (1)
305relProperties = m_typeInfo.RelPropertyHelper.GetDeclaredOnlyRelProperties(typeInfo.Type.EdmType as md.EntityTypeBase);
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (2)
545foreach (RelProperty p in m_relPropertyHelper.GetDeclaredOnlyRelProperties(entityType)) 904foreach (RelProperty p in m_relPropertyHelper.GetDeclaredOnlyRelProperties(entityType))