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