3 references to PropertyRefList
System.Data.Entity (3)
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (2)
964
foreach (PropertyRef p in type.
PropertyRefList
)
997
IEnumerator<PropertyRef> origProps = type.
PropertyRefList
.GetEnumerator();
System\Data\Query\PlanCompiler\TypeInfo.cs (1)
289
return RootType.
PropertyRefList
;