6 references to PropertyInfo
System.Data.Entity (6)
System\Data\Query\InternalTrees\Dump.cs (3)
436WriteString(op.PropertyInfo.Relationship.Name); 438WriteString(op.PropertyInfo.FromEnd.Name); 440WriteString(op.PropertyInfo.ToEnd.Name);
System\Data\Query\InternalTrees\OpCopier.cs (1)
375return CopyDefault(m_destCmd.CreateRelPropertyOp(op.PropertyInfo), n);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2422return VisitPropertyOp(op, n, new RelPropertyRef(op.PropertyInfo), throwIfMissing: false);
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
480VisitPropertyOp(op, n, new RelPropertyRef(op.PropertyInfo));