2 instantiations of PropertyOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (1)
932return new PropertyOp(Helper.GetModelTypeUsage(prop), prop);
System\Data\Query\InternalTrees\ScalarOps.cs (1)
440internal static readonly PropertyOp Pattern = new PropertyOp();
15 references to PropertyOp
System.Data.Entity (15)
System\Data\Query\InternalTrees\Command.cs (1)
917internal PropertyOp CreatePropertyOp(EdmMember prop)
System\Data\Query\InternalTrees\Dump.cs (1)
425public override void Visit(PropertyOp op, Node n) {
System\Data\Query\InternalTrees\OpCopier.cs (1)
362public override Node Visit(PropertyOp op, Node n)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
440internal static readonly PropertyOp Pattern = new PropertyOp();
System\Data\Query\InternalTrees\Visitors.cs (2)
220public virtual void Visit(PropertyOp op, Node n) 1586public virtual TResultType Visit(PropertyOp op, Node n)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
403public override Node Visit(PropertyOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
718public override DbExpression Visit(PropertyOp op, Node n)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
316PropertyOp newPropertyOp = m_command.CreatePropertyOp(property); 2406public override Node Visit(PropertyOp op, Node n)
System\Data\Query\PlanCompiler\PreProcessor.cs (4)
1241private void ValidateNavPropertyOp(PropertyOp op, Node n) 1276private Node VisitNavPropertyOp(PropertyOp op, Node n) 1308if (n.Op.OpType != OpType.Property || (!Helper.IsNavigationProperty(((PropertyOp)n.Op).PropertyInfo))) 1332public override Node Visit(PropertyOp op, Node n)
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
491public override void Visit(PropertyOp op, Node n)