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