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