2 references to VisitPropertyOp
System.Data.Entity (2)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
2408
return
VisitPropertyOp
(op, n, new SimplePropertyRef(op.PropertyInfo), throwIfMissing: true);
2422
return
VisitPropertyOp
(op, n, new RelPropertyRef(op.PropertyInfo), throwIfMissing: false);