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