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