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