9 references to PropertyInfo
System.Data.Entity (9)
System\Data\Query\InternalTrees\Dump.cs (1)
429
WriteString(op.
PropertyInfo
.Name);
System\Data\Query\InternalTrees\OpCopier.cs (1)
364
return CopyDefault(m_destCmd.CreatePropertyOp(op.
PropertyInfo
), n);
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
410
return TranslateOverGroupAggregateVar(varRefOp.Var, op.
PropertyInfo
);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2408
return VisitPropertyOp(op, n, new SimplePropertyRef(op.
PropertyInfo
), throwIfMissing: true);
System\Data\Query\PlanCompiler\PreProcessor.cs (4)
1243
NavigationProperty navProperty = (NavigationProperty)op.
PropertyInfo
;
1294
NavigationProperty navProperty = (NavigationProperty)op.
PropertyInfo
;
1308
if (n.Op.OpType != OpType.Property || (!Helper.IsNavigationProperty(((PropertyOp)n.Op).
PropertyInfo
)))
1335
if (Helper.IsNavigationProperty(op.
PropertyInfo
))
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
493
VisitPropertyOp(op, n, new SimplePropertyRef(op.
PropertyInfo
));