2 instantiations of RelPropertyOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (1)
943
return new
RelPropertyOp
(prop.ToEnd.TypeUsage, prop);
System\Data\Query\InternalTrees\ScalarOps.cs (1)
952
internal static readonly RelPropertyOp Pattern = new
RelPropertyOp
();
10 references to RelPropertyOp
System.Data.Entity (10)
System\Data\Query\InternalTrees\Command.cs (1)
940
internal
RelPropertyOp
CreateRelPropertyOp(RelProperty prop)
System\Data\Query\InternalTrees\Dump.cs (1)
432
public override void Visit(
RelPropertyOp
op, Node n) {
System\Data\Query\InternalTrees\OpCopier.cs (1)
373
public override Node Visit(
RelPropertyOp
op, Node n)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
952
internal static readonly
RelPropertyOp
Pattern = new RelPropertyOp();
System\Data\Query\InternalTrees\Visitors.cs (2)
230
public virtual void Visit(
RelPropertyOp
op, Node n)
1596
public virtual TResultType Visit(
RelPropertyOp
op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
724
public override DbExpression Visit(
RelPropertyOp
op, Node n)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2417
public override Node Visit(
RelPropertyOp
op, Node n)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
755
RelPropertyOp
relPropertyOp = m_command.CreateRelPropertyOp(relProperty);
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
478
public override void Visit(
RelPropertyOp
op, Node n)