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