8 references to PropertyRefList
System.Data.Entity (8)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (5)
706PropertyRef[] propRefs = unnestOpTableTypeInfo.PropertyRefList.ToArray(); 842foreach (PropertyRef p in typeInfo.PropertyRefList) 1657foreach (PropertyRef p in typeInfo.PropertyRefList) 2055foreach (PropertyRef pref in typeInfo.PropertyRefList) 2359foreach (PropertyRef npr in outputTypeInfo.PropertyRefList)
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (2)
875foreach (PropertyRef nestedPropInfo in propertyType.PropertyRefList) 915foreach (PropertyRef nestedPropInfo in refTypeInfo.PropertyRefList)
System\Data\Query\PlanCompiler\TypeInfo.cs (1)
370foreach (PropertyRef p in this.PropertyRefList)