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