9 references to SimplePropertyRef
System.Data.Entity (9)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (4)
475
yield return new
SimplePropertyRef
(m);
2408
return VisitPropertyOp(op, n, new
SimplePropertyRef
(op.PropertyInfo), throwIfMissing: true);
2782
int nestedPropertyOffset = typeInfo.RootType.GetNestedStructureOffset(new
SimplePropertyRef
(opField));
2800
PropertyRef propRef = new
SimplePropertyRef
(opField);
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (2)
207
SimplePropertyRef pRef = new
SimplePropertyRef
(edmP);
493
VisitPropertyOp(op, n, new
SimplePropertyRef
(op.PropertyInfo));
System\Data\Query\PlanCompiler\PropertyRef.cs (1)
90
return CreateNestedPropertyRef(new
SimplePropertyRef
(p));
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
867
rootType.AddPropertyRef(new
SimplePropertyRef
(p));
System\Data\Query\PlanCompiler\TypeInfo.cs (1)
341
SimplePropertyRef spr = new
SimplePropertyRef
(p);